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,21 @@ 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(
"Cartoon",
"Anime",
"Movie",
"AnimeMovie",
"TvSeries",
)
iconUrl = "https://www.google.com/s2/favicons?domain=trailers.to&sz=24"
}