1
0
mirror of https://github.com/janeczku/calibre-web synced 2026-06-01 02:02:18 +00:00

Merge remote-tracking branch 'kobo/fix_covers_merge'

This commit is contained in:
Ozzieisaacs
2020-05-02 09:34:24 +02:00
+3
View File
@@ -949,12 +949,15 @@ def HandleInitRequest():
book_uuid="{ImageId}",
width="{width}",
height="{height}",
Quality='{Quality}',
isGreyscale='isGreyscale',
_external=True))
kobo_resources["image_url_template"] = unquote(url_for("kobo.HandleCoverImageRequest",
auth_token=kobo_auth.get_auth_token(),
book_uuid="{ImageId}",
width="{width}",
height="{height}",
isGreyscale='false',
_external=True))