Fix issue with cover images introduced during the merge of #1277.

This commit is contained in:
Michael Shavit 2020-05-02 01:55:14 -04:00
parent 547bbecef1
commit e0fbfa44a4
1 changed files with 3 additions and 0 deletions

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))