File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11CONTRIBUTORS
22
33This file is automatically generated. DO NOT EDIT MANUALLY.
4- Generated on: 2025-09-14T14:20:19.788061Z
4+ Generated on: 2025-09-15T06:14:15.680606Z
55
66Upstream project: https://github.com/janeczku/calibre-web
77Fork project (Calibre-Web Automated, since 2024): https://github.com/crocodilestick/calibre-web-automated
@@ -298,7 +298,7 @@ Copyright (C) 2024-2025 Calibre-Web Automated contributors
298298- zhiyue (1 commits)
299299# Fork Contributors (crocodilestick/calibre-web-automated)
300300
301- - crocodilestick (662 commits)
301+ - crocodilestick (666 commits)
302302- jmarmstrong1207 (73 commits)
303303- demitrix (30 commits)
304304- sirwolfgang (22 commits)
Original file line number Diff line number Diff line change @@ -787,7 +787,6 @@ def get_book_cover_internal(book, resolution=None):
787787 # Try to generate missing thumbnail on-demand
788788 try :
789789 from .tasks .thumbnail import TaskGenerateCoverThumbnails
790- from . import use_IM
791790
792791 # Only generate if ImageMagick is available
793792 if use_IM :
@@ -987,7 +986,6 @@ def trigger_thumbnail_generation_for_book(book_id):
987986 """Trigger thumbnail generation for a book after cover changes."""
988987 try :
989988 from .tasks .thumbnail import TaskGenerateCoverThumbnails
990- from . import use_IM , WorkerThread
991989
992990 if use_IM :
993991 # Queue thumbnail generation task
You can’t perform that action at this time.
0 commit comments