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 {
|
||||
extName = 'Picacomic'
|
||||
extClass = '.Picacomic'
|
||||
extVersionCode = 7
|
||||
extVersionCode = 8
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
||||
@ -284,6 +284,7 @@ class Picacomic : HttpSource(), ConfigurableSource {
|
||||
.distinct()
|
||||
.joinToString(", ")
|
||||
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