forked from recloudstream/cloudstream
Update MainAPI.kt
This commit is contained in:
parent
5ffb53bf1c
commit
cf3ae3d0f0
1 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@ import com.fasterxml.jackson.databind.json.JsonMapper
|
|||
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.movieproviders.HDMProvider
|
||||
import com.lagradost.cloudstream3.movieproviders.LookMovieProvider
|
||||
import com.lagradost.cloudstream3.movieproviders.MeloMovieProvider
|
||||
|
@ -31,6 +32,7 @@ object APIHolder {
|
|||
|
||||
val apis = arrayListOf(
|
||||
ShiroProvider(),
|
||||
TenshiProvider(),
|
||||
MeloMovieProvider(),
|
||||
DubbedAnimeProvider(),
|
||||
HDMProvider(),
|
||||
|
|
Loading…
Reference in a new issue