Add TvTypes

This commit is contained in:
Blatzar 2022-08-14 19:17:55 +02:00
parent 4c47ddd81f
commit e1a3721394
86 changed files with 928 additions and 607 deletions

View file

@ -9,14 +9,18 @@ cloudstream {
// authors = listOf("Cloudburst")
/**
* Status int as the following:
* 0: Down
* 1: Ok
* 2: Slow
* 3: Beta only
* */
* Status int as the following:
* 0: Down
* 1: Ok
* 2: Slow
* 3: Beta only
* */
status = 1 // will be 3 if unspecified
tvTypes = listOf(
"AnimeMovie",
"TvSeries",
"Movie",
)
adult = false // will be false if unspecified
}