Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.utils
/
FillerEpisodeCheck
/
Show
Show
data
class
Show
(
val
slug
:
String
,
val
title
:
String
,
val
filler
:
ArrayList
<
Int
>
,
val
mixedCanon
:
ArrayList
<
Int
>
,
val
mangaCanon
:
ArrayList
<
Int
>
,
val
animeCanon
:
ArrayList
<
Int
>
)
(
source
)
Members
Constructors
Show
Link copied to clipboard
constructor
(
slug
:
String
,
title
:
String
,
filler
:
ArrayList
<
Int
>
,
mixedCanon
:
ArrayList
<
Int
>
,
mangaCanon
:
ArrayList
<
Int
>
,
animeCanon
:
ArrayList
<
Int
>
)
Properties
anime
Canon
Link copied to clipboard
val
animeCanon
:
ArrayList
<
Int
>
filler
Link copied to clipboard
val
filler
:
ArrayList
<
Int
>
manga
Canon
Link copied to clipboard
val
mangaCanon
:
ArrayList
<
Int
>
mixed
Canon
Link copied to clipboard
val
mixedCanon
:
ArrayList
<
Int
>
slug
Link copied to clipboard
val
slug
:
String
title
Link copied to clipboard
val
title
:
String