mirror of
https://github.com/recloudstream/plugin-template.git
synced 2024-08-15 03:16:05 +00:00
Update build.gradle.kts
This commit is contained in:
parent
6c50bd59d6
commit
211a56e42f
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue