From 73062a8041a0eb5023d4ab8376cc637bfc4b2ac8 Mon Sep 17 00:00:00 2001 From: Blatzar <46196380+Blatzar@users.noreply.github.com> Date: Sun, 16 Oct 2022 15:08:45 +0200 Subject: [PATCH] Disable aniflix --- AniflixProvider/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AniflixProvider/build.gradle.kts b/AniflixProvider/build.gradle.kts index 71e0ff6..6a4d008 100644 --- a/AniflixProvider/build.gradle.kts +++ b/AniflixProvider/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( "Anime", "AnimeMovie",