From 4bd5d49e4d70f822db7e7d40455336813c580dd1 Mon Sep 17 00:00:00 2001 From: phisher98 <153359846+phisher98@users.noreply.github.com> Date: Thu, 28 Mar 2024 01:09:32 +0530 Subject: [PATCH] Update ExtractorApi.kt --- .../java/com/lagradost/cloudstream3/utils/ExtractorApi.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/com/lagradost/cloudstream3/utils/ExtractorApi.kt b/app/src/main/java/com/lagradost/cloudstream3/utils/ExtractorApi.kt index c01b1798..3f517517 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/utils/ExtractorApi.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/utils/ExtractorApi.kt @@ -218,7 +218,7 @@ import com.lagradost.cloudstream3.extractors.Zplayer import com.lagradost.cloudstream3.extractors.ZplayerV2 import com.lagradost.cloudstream3.extractors.Ztreamhub import com.lagradost.cloudstream3.extractors.EPlay -import com.lagradost.cloudstream3.extractors.vtbe +import com.lagradost.cloudstream3.extractors.Vtbe import com.lagradost.cloudstream3.mvvm.logError import com.lagradost.cloudstream3.mvvm.normalSafeApiCall import kotlinx.coroutines.delay @@ -867,7 +867,7 @@ val extractorApis: MutableList = arrayListOf( VidhideExtractor(), StreamWishExtractor(), EmturbovidExtractor(), - vtbe(), + Vtbe(), EPlay() )