toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.metaproviders
/
TmdbLink
Tmdb
Link
data
class
TmdbLink
(
val
imdbID
:
String
?
,
val
tmdbID
:
Int
?
,
val
episode
:
Int
?
,
val
season
:
Int
?
,
val
movieName
:
String
?
=
null
)
(
source
)
episode and season starting from 1 they are null if movie
Members
Constructors
Tmdb
Link
Link copied to clipboard
constructor
(
imdbID
:
String
?
,
tmdbID
:
Int
?
,
episode
:
Int
?
,
season
:
Int
?
,
movieName
:
String
?
=
null
)
Properties
episode
Link copied to clipboard
val
episode
:
Int
?
imdb
ID
Link copied to clipboard
val
imdbID
:
String
?
movie
Name
Link copied to clipboard
val
movieName
:
String
?
=
null
season
Link copied to clipboard
val
season
:
Int
?
tmdb
ID
Link copied to clipboard
val
tmdbID
:
Int
?