1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-11-12 13:23:02 +00:00

Review feedback fixes

This commit is contained in:
mmonkey
2021-09-17 01:42:56 -05:00
parent 9a08bcd2bc
commit d648785471
8 changed files with 26 additions and 19 deletions

View File

@@ -37,6 +37,7 @@ except (ImportError, RuntimeError) as e:
THUMBNAIL_RESOLUTION_1X = 1
THUMBNAIL_RESOLUTION_2X = 2
THUMBNAIL_RESOLUTION_3X = 3
class TaskGenerateCoverThumbnails(CalibreTask):