forked from recloudstream/cloudstream
Update MainAPI.kt
This commit is contained in:
parent
9c25b32470
commit
61f8068830
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ import com.fasterxml.jackson.module.kotlin.KotlinModule
|
|||
import com.lagradost.cloudstream3.animeproviders.DubbedAnimeProvider
|
||||
import com.lagradost.cloudstream3.animeproviders.ShiroProvider
|
||||
import com.lagradost.cloudstream3.animeproviders.TenshiProvider
|
||||
import com.lagradost.cloudstream3.animeproviders.WcoProvider
|
||||
import com.lagradost.cloudstream3.movieproviders.HDMProvider
|
||||
import com.lagradost.cloudstream3.movieproviders.LookMovieProvider
|
||||
import com.lagradost.cloudstream3.movieproviders.MeloMovieProvider
|
||||
|
@ -33,6 +34,7 @@ object APIHolder {
|
|||
val apis = arrayListOf(
|
||||
ShiroProvider(),
|
||||
TenshiProvider(),
|
||||
WcoProvider(),
|
||||
MeloMovieProvider(),
|
||||
DubbedAnimeProvider(),
|
||||
HDMProvider(),
|
||||
|
|
Loading…
Reference in a new issue