From 211a56e42f8c7018ddc5718d20d0afb82c2f2fc0 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Sun, 14 Aug 2022 17:38:49 +0200 Subject: [PATCH] Update build.gradle.kts --- ExampleProvider/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") +}