Update build.gradle.kts

This commit is contained in:
LagradOst 2023-01-19 15:42:13 +00:00 committed by GitHub
parent d5b2a6b956
commit fb2d0e98f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,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",
@ -25,4 +25,4 @@ cloudstream {
)
iconUrl = "https://www.google.com/s2/favicons?domain=tenshi.moe&sz=%size%"
}
}