From 6c50bd59d6e3fe15f16b5b8ef5114afa1f9bf220 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Sun, 14 Aug 2022 17:34:26 +0200 Subject: [PATCH] update template --- ExampleProvider/build.gradle.kts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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