diff --git a/ExampleProvider/build.gradle.kts b/ExampleProvider/build.gradle.kts index 62ee453..188d52c 100644 --- a/ExampleProvider/build.gradle.kts +++ b/ExampleProvider/build.gradle.kts @@ -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("") } \ No newline at end of file