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