mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
listo?
This commit is contained in:
parent
c9df62aa1c
commit
448dbf198b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class MundoDonghuaProvider : MainAPI() {
|
|||
override val supportedTypes = setOf(
|
||||
TvType.Anime,
|
||||
)
|
||||
override var docSpecial = app.get(mainUrl, timeout = 120).document.map
|
||||
private var docSpecial = app.get(mainUrl, timeout = 120).document.map
|
||||
|
||||
override suspend fun getMainPage(page: Int, request : MainPageRequest): HomePageResponse {
|
||||
val urls = listOf(
|
||||
|
|
Loading…
Reference in a new issue