mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
test
This commit is contained in:
parent
64f8127911
commit
c9df62aa1c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class MundoDonghuaProvider : MainAPI() {
|
|||
override val supportedTypes = setOf(
|
||||
TvType.Anime,
|
||||
)
|
||||
override val docSpecial = app.get(mainUrl, timeout = 120).document.map
|
||||
override 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