mirror of
https://github.com/evilhero/mylar
synced 2025-01-03 05:24:43 +00:00
FIX:(#2274) Repeat issue numbers in series incorrectly detected as duplicate
This commit is contained in:
parent
f1e8702d34
commit
3d8661c3e1
1 changed files with 1 additions and 1 deletions
|
@ -1173,7 +1173,7 @@ def forceRescan(ComicID, archive=None, module=None, recheck=False):
|
|||
|
||||
#this will detect duplicate filenames within the same directory.
|
||||
for di in issuedupechk:
|
||||
if di['fcdigit'] == fcdigit:
|
||||
if di['fcdigit'] == fcdigit and di['issueid'] == reiss['IssueID']:
|
||||
#base off of config - base duplication keep on filesize or file-type (or both)
|
||||
logger.fdebug('[DUPECHECK] Duplicate issue detected [' + di['filename'] + '] [' + tmpfc['ComicFilename'] + ']')
|
||||
# mylar.CONFIG.DUPECONSTRAINT = 'filesize' / 'filetype-cbr' / 'filetype-cbz'
|
||||
|
|
Loading…
Reference in a new issue