Update build.gradle.kts

This commit is contained in:
Cloudburst 2022-08-14 17:38:49 +02:00 committed by GitHub
parent 6c50bd59d6
commit 211a56e42f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -20,5 +20,5 @@ cloudstream {
// List of video source types. Users are able to filter for extensions in a given category.
// You can find a list of avaliable types here:
// https://recloudstream.github.io/cloudstream/html/app/com.lagradost.cloudstream3/-tv-type/index.html
tvTypes = listOf("")
}
tvTypes = listOf("Others")
}