When the cover is damaged, refresh to get the latest cover (#11146)
* Update cover * Bump the extension version
This commit is contained in:
parent
8c34cc1b5b
commit
551f9a032f
@ -1,7 +1,7 @@
|
|||||||
ext {
|
ext {
|
||||||
extName = 'Picacomic'
|
extName = 'Picacomic'
|
||||||
extClass = '.Picacomic'
|
extClass = '.Picacomic'
|
||||||
extVersionCode = 7
|
extVersionCode = 8
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -284,6 +284,7 @@ class Picacomic : HttpSource(), ConfigurableSource {
|
|||||||
.distinct()
|
.distinct()
|
||||||
.joinToString(", ")
|
.joinToString(", ")
|
||||||
status = if (comic.finished) SManga.COMPLETED else SManga.ONGOING
|
status = if (comic.finished) SManga.COMPLETED else SManga.ONGOING
|
||||||
|
thumbnail_url = comic.thumb.let { "${it.fileServer}/static/${it.path}" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user