Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.utils
/
FillerEpisodeCheck
/
Season
Season
@
Serializable
data
class
Season
(
val
tvdb
:
Long
?
,
val
tmdb
:
Long
?
)
(
source
)
Members
Constructors
Season
Link copied to clipboard
constructor
(
tvdb
:
Long
?
,
tmdb
:
Long
?
)
Properties
tmdb
Link copied to clipboard
@
SerialName
(
value
=
"tmdb"
)
val
tmdb
:
Long
?
tvdb
Link copied to clipboard
@
SerialName
(
value
=
"tvdb"
)
val
tvdb
:
Long
?