Fixed manhuaren thumbnail error (#1643)
Fixed manhuaren thumbnail error
This commit is contained in:
parent
89c977b2fb
commit
37d3badddd
|
@ -5,7 +5,7 @@ ext {
|
|||
appName = 'Tachiyomi: Manhuaren'
|
||||
pkgNameSuffix = 'zh.manhuaren'
|
||||
extClass = '.Manhuaren'
|
||||
extVersionCode = 5
|
||||
extVersionCode = 6
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -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 }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue