When the cover is damaged, refresh to get the latest cover (#11146)

* Update cover

* Bump the extension version
This commit is contained in:
wbmins 2025-10-21 14:36:24 +08:00 committed by Draff
parent 8c34cc1b5b
commit 551f9a032f
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Picacomic'
extClass = '.Picacomic'
extVersionCode = 7
extVersionCode = 8
isNsfw = true
}

View File

@ -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}" }
}
}