Fix Comick recommendations failed due to empty cover list (#735)
This commit is contained in:
parent
8cd3243709
commit
c5be11aec5
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ internal class ComickPagingSource(
|
|||
thumbnail_url = thumbnailBaseUrl + rec["md_covers"]!!
|
||||
.jsonArray
|
||||
.map { it.jsonObject["b2key"]!!.jsonPrimitive.content }
|
||||
.first(),
|
||||
.firstOrNull(),
|
||||
// Mark as uninitialized to force fetching missing metadata
|
||||
initialized = false,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue