Fixed manhuaren thumbnail error (#1643)

Fixed manhuaren thumbnail error
This commit is contained in:
vance 2019-10-14 11:00:17 +08:00 committed by arkon
parent 89c977b2fb
commit 37d3badddd
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: Manhuaren'
pkgNameSuffix = 'zh.manhuaren'
extClass = '.Manhuaren'
extVersionCode = 5
extVersionCode = 6
libVersion = '1.2'
}

View File

@ -188,7 +188,7 @@ class Manhuaren : HttpSource() {
obj.optString("mangaCoverimageUrl").let {
if (it != "") { thumbnail_url = it }
}
if (thumbnail_url == "") {
if (thumbnail_url == "" || thumbnail_url == "http://mhfm5.tel.cdndm5.com/tag/category/nopic.jpg") {
obj.optString("mangaPicimageUrl").let {
if (it != "") { thumbnail_url = it }
}