Skip to content

Commit 485d76b

Browse files
authored
v2.4.14
1 parent 3d83669 commit 485d76b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

komga_cover_extractor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
from settings import *
4444

4545
# Version of the script
46-
script_version = (2, 4, 13)
46+
script_version = (2, 4, 14)
4747
script_version_text = "v{}.{}.{}".format(*script_version)
4848

4949
# Paths = existing library
@@ -3503,6 +3503,7 @@ def remove_duplicate_releases_from_download(
35033503
download.index_number == original.index_number
35043504
or (
35053505
image_similarity_match
3506+
and hasattr(image_similarity_match, "name")
35063507
and image_similarity_match.name == original.name
35073508
)
35083509
)

0 commit comments

Comments
 (0)