From 63218660a462f28bec47f9696bfd9e39508e85b6 Mon Sep 17 00:00:00 2001 From: AIbot3 <144569123+AIbot3@users.noreply.github.com> Date: Fri, 9 Feb 2024 21:57:45 +0700 Subject: [PATCH] Update build.gradle.kts Enable idlix --- IdlixProvider/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IdlixProvider/build.gradle.kts b/IdlixProvider/build.gradle.kts index d8c5c8ad..21213f30 100644 --- a/IdlixProvider/build.gradle.kts +++ b/IdlixProvider/build.gradle.kts @@ -16,7 +16,7 @@ cloudstream { * 2: Slow * 3: Beta only * */ - status = 0 // will be 3 if unspecified + status = 1 // will be 3 if unspecified tvTypes = listOf( "TvSeries", "Movie", @@ -25,4 +25,4 @@ cloudstream { ) iconUrl = "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://idlixian.com&size=16" -} \ No newline at end of file +}