mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
Episode type fixed
This commit is contained in:
parent
a0ae106e5f
commit
20bf230954
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class MundoDonghuaProvider : MainAPI() {
|
|||
val tvType = if (typeinfo.contains(Regex("Tipo.*Pel.cula"))) TvType.AnimeMovie else TvType.Anime
|
||||
return newAnimeLoadResponse(title, url, tvType) {
|
||||
posterUrl = poster
|
||||
addEpisodes(DubStatus.Subbed, episodes + specialEpisodes)
|
||||
addEpisodes(DubStatus.Subbed, listOf<Episode>(episodes + specialEpisodes))
|
||||
showStatus = status
|
||||
plot = description
|
||||
tags = genres
|
||||
|
|
Loading…
Reference in a new issue