Update ExtractorApi.kt

This commit is contained in:
phisher98 2024-03-28 01:16:35 +05:30 committed by GitHub
parent 04720e3a72
commit 88785bb3d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -217,7 +217,7 @@ import com.lagradost.cloudstream3.extractors.Zorofile
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.EPlayExtractor
import com.lagradost.cloudstream3.extractors.Vtbe
import com.lagradost.cloudstream3.mvvm.logError
import com.lagradost.cloudstream3.mvvm.normalSafeApiCall
@ -868,7 +868,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
StreamWishExtractor(),
EmturbovidExtractor(),
Vtbe(),
EPlay()
EPlayExtractor()
)