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 +}