From ba2d83a3bcb4f80ac9af145b8f392d47f24ca84e Mon Sep 17 00:00:00 2001 From: Deepak Patil Date: Fri, 16 Dec 2022 13:53:09 +0530 Subject: [PATCH] chore!: disable einthusan --- EinthusanProvider/build.gradle.kts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/EinthusanProvider/build.gradle.kts b/EinthusanProvider/build.gradle.kts index bfe1288..bc04680 100644 --- a/EinthusanProvider/build.gradle.kts +++ b/EinthusanProvider/build.gradle.kts @@ -5,7 +5,8 @@ cloudstream { language = "hi" // All of these properties are optional, you can safely remove them - description = "This website support Hindi/Marathi/Kannada/Malayalam/Tamil/Telugu/Bengali/Punjabi\nFor Searching format: language,title\nexample: hindi,kantara" + description = + "This website support Hindi/Marathi/Kannada/Malayalam/Tamil/Telugu/Bengali/Punjabi\nFor Searching format: language,title\nexample: hindi,kantara" authors = listOf("darkdemon") /** @@ -15,7 +16,7 @@ cloudstream { * 2: Slow * 3: Beta only * */ - status = 1 // will be 3 if unspecified + status = 0 // will be 3 if unspecified tvTypes = listOf( "Movie", )