tmdb-api
common
tmdb-api
/
app.moviebase.tmdb.api
/
TmdbShowSeasonsApi
/
getVideos
get
Videos
suspend
fun
getVideos
(
showId
:
Int
,
seasonNumber
:
Int
,
language
:
String
?
=
null
)
:
TmdbResult
<
TmdbVideo
>