[FlameComics] Fixing coverurl (#1697)

master
bivaly 1 year ago committed by GitHub
parent f076c8095a
commit 16b8bf9328
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -140,7 +140,7 @@ internal class FlameComics(context: MangaLoaderContext) :
rating = RATING_UNKNOWN,
contentRating = null,
coverUrl = if (cover != null) {
imageUrl(seriesId, cover, 256)
imageUrl(seriesId, cover, 384)
} else {
null
},

Loading…
Cancel
Save