Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3.metaproviders
/
TmdbLink
Tmdb
Link
common
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
common
constructor
(
imdbID
:
String
?
,
tmdbID
:
Int
?
,
episode
:
Int
?
,
season
:
Int
?
,
movieName
:
String
?
=
null
)
Properties
episode
Link copied to clipboard
common
val
episode
:
Int
?
imdb
ID
Link copied to clipboard
common
val
imdbID
:
String
?
movie
Name
Link copied to clipboard
common
val
movieName
:
String
?
season
Link copied to clipboard
common
val
season
:
Int
?
tmdb
ID
Link copied to clipboard
common
val
tmdbID
:
Int
?