Disable some providers

This commit is contained in:
Blatzar 2022-08-14 23:00:42 +02:00
parent c1379b558a
commit bd605ed5c1
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ cloudstream {
* 2: Slow
* 3: Beta only
* */
status = 1 // will be 3 if unspecified
status = 0 // will be 3 if unspecified
tvTypes = listOf(
"AnimeMovie",
"Anime",

View File

@ -15,11 +15,11 @@ cloudstream {
* 2: Slow
* 3: Beta only
* */
status = 1 // will be 3 if unspecified
status = 0 // will be 3 if unspecified
tvTypes = listOf(
"AnimeMovie",
"Anime",
"OVA",
)
}
}

View File

@ -15,7 +15,7 @@ cloudstream {
* 2: Slow
* 3: Beta only
* */
status = 1 // will be 3 if unspecified
status = 0 // will be 3 if unspecified
tvTypes = listOf(
"AnimeMovie",
"Anime",