From 04e38b285bd5cb65c16ad41bf923e441eb929a2f Mon Sep 17 00:00:00 2001 From: phisher98 <153359846+phisher98@users.noreply.github.com> Date: Wed, 27 Mar 2024 21:38:52 +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 38df353b..7b86f48d 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() )