Skip to content

Commit

Permalink
v2.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
zachstultz authored Sep 16, 2023
1 parent 3d83669 commit 485d76b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion komga_cover_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
from settings import *

# Version of the script
script_version = (2, 4, 13)
script_version = (2, 4, 14)
script_version_text = "v{}.{}.{}".format(*script_version)

# Paths = existing library
Expand Down Expand Up @@ -3503,6 +3503,7 @@ def remove_duplicate_releases_from_download(
download.index_number == original.index_number
or (
image_similarity_match
and hasattr(image_similarity_match, "name")
and image_similarity_match.name == original.name
)
)
Expand Down

0 comments on commit 485d76b

Please sign in to comment.