mirror of
https://github.com/recloudstream/plugin-template.git
synced 2024-08-15 03:16:05 +00:00
Compare commits
2 commits
a778384d56
...
211a56e42f
Author | SHA1 | Date | |
---|---|---|---|
|
211a56e42f | ||
|
6c50bd59d6 |
1 changed files with 5 additions and 3 deletions
|
@ -17,6 +17,8 @@ cloudstream {
|
||||||
* */
|
* */
|
||||||
status = 1 // will be 3 if unspecified
|
status = 1 // will be 3 if unspecified
|
||||||
|
|
||||||
// Set to true to get an 18+ symbol next to the plugin
|
// List of video source types. Users are able to filter for extensions in a given category.
|
||||||
adult = false // will be false if unspecified
|
// 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")
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue