From 51120bcbf40476cc12b8409f2f8675abe0501ad3 Mon Sep 17 00:00:00 2001 From: LagradOst <46196380+Blatzar@users.noreply.github.com> Date: Fri, 16 Sep 2022 19:05:13 +0000 Subject: [PATCH] Disable Xcine --- XcineProvider/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XcineProvider/build.gradle.kts b/XcineProvider/build.gradle.kts index baa891d..3b64aed 100644 --- a/XcineProvider/build.gradle.kts +++ b/XcineProvider/build.gradle.kts @@ -16,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( "AnimeMovie", "Anime", @@ -25,4 +25,4 @@ cloudstream { ) iconUrl = "https://www.google.com/s2/favicons?domain=xcine.me&sz=%size%" -} \ No newline at end of file +}