FIx ZenManga manga page url (#2164)

master
Sergey Shumov 8 months ago committed by GitHub
parent 7430c7386e
commit 14e23694fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -335,7 +335,7 @@ internal class ZenMangaParser(context: MangaLoaderContext) :
MangaPage(
id = generateUid(id),
url = "$imageUrl?width=1600",
url = "$imageUrl&width=1600",
preview = null,
source = source
)

Loading…
Cancel
Save