We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5e001 commit b216490Copy full SHA for b216490
src/tagstudio/qt/previews/renderer.py
@@ -885,6 +885,7 @@ def _epub_cover(filepath: Path) -> Image.Image | None:
885
):
886
image_data = zip_file.read(file_name)
887
im = Image.open(BytesIO(image_data))
888
+ break
889
except Exception as e:
890
logger.error("Couldn't render thumbnail", filepath=filepath, error=type(e).__name__)
891
0 commit comments