Update MundoDonghuaProvider.kt

This commit is contained in:
Diego Sánchez 2022-12-12 23:21:42 -03:00 committed by GitHub
parent b365758e5c
commit e2fabddc93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,7 @@ class MundoDonghuaProvider : MainAPI() {
if (name.contains(title, true)) { if (name.contains(title, true)) {
Episode(fixUrl(link), name) Episode(fixUrl(link), name)
} else { } else {
return null null
} }
}.reversed() }.reversed()
val episodes = doc.select("ul.donghua-list a").map { val episodes = doc.select("ul.donghua-list a").map {