Update MainAPI.kt

This commit is contained in:
Arjix 2021-07-22 02:49:56 +03:00 committed by GitHub
parent 5ffb53bf1c
commit cf3ae3d0f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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(),
@ -299,4 +301,4 @@ data class TvSeriesLoadResponse(
override val tags: ArrayList<String>? = null,
override val duration: String? = null,
override val trailerUrl: String? = null,
) : LoadResponse
) : LoadResponse