Compare commits

...

2 Commits

Author SHA1 Message Date
Cloudburst 211a56e42f
Update build.gradle.kts 2022-08-14 17:38:49 +02:00
Cloudburst 6c50bd59d6
update template 2022-08-14 17:34:26 +02:00
1 changed files with 5 additions and 3 deletions

View File

@ -17,6 +17,8 @@ cloudstream {
* */
status = 1 // will be 3 if unspecified
// Set to true to get an 18+ symbol next to the plugin
adult = false // will be false if unspecified
}
// 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("Others")
}