From 2ee964e9decfc64b2f842f47e7289525a7779a59 Mon Sep 17 00:00:00 2001 From: Muha <70599137+MuhaGX@users.noreply.github.com> Date: Sun, 14 Jul 2024 20:41:20 +0700 Subject: [PATCH] Update build.gradle.kts --- Loklok/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Loklok/build.gradle.kts b/Loklok/build.gradle.kts index 2d502600..c7433d74 100644 --- a/Loklok/build.gradle.kts +++ b/Loklok/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( "AsianDrama", "Anime", @@ -26,4 +26,4 @@ cloudstream { iconUrl = "https://www.google.com/s2/favicons?domain=loklok.com&sz=%size%" -} \ No newline at end of file +}