diff --git a/app/src/main/java/com/lagradost/cloudstream3/network/CloudflareKiller.kt b/app/src/main/java/com/lagradost/cloudstream3/network/CloudflareKiller.kt index 1a97a984..4f3c8680 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/network/CloudflareKiller.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/network/CloudflareKiller.kt @@ -69,7 +69,7 @@ class CloudflareKiller : Interceptor { } debugWarning({ true }) { "Failed cloudflare at: ${request.url}" } - return@runBlocking chain.proceed(request) + return@runBlocking response } private fun getWebViewCookie(url: String): String? {