mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
Update MundoDonghuaProvider.kt
This commit is contained in:
parent
b365758e5c
commit
e2fabddc93
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class MundoDonghuaProvider : MainAPI() {
|
|||
if (name.contains(title, true)) {
|
||||
Episode(fixUrl(link), name)
|
||||
} else {
|
||||
return null
|
||||
null
|
||||
}
|
||||
}.reversed()
|
||||
val episodes = doc.select("ul.donghua-list a").map {
|
||||
|
|
Loading…
Reference in a new issue