From e0fbfa44a4ddaaf10b22682c85b9880b345889e7 Mon Sep 17 00:00:00 2001 From: Michael Shavit Date: Sat, 2 May 2020 01:55:14 -0400 Subject: [PATCH] Fix issue with cover images introduced during the merge of #1277. --- cps/kobo.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cps/kobo.py b/cps/kobo.py index 2e3c1601..3de410d9 100644 --- a/cps/kobo.py +++ b/cps/kobo.py @@ -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))