mirror of
https://github.com/evilhero/mylar
synced 2024-12-22 15:52:47 +00:00
FIX: fix for file parser error when parsing filename in which series contain numerics and was a special volume
This commit is contained in:
parent
224c354c99
commit
d340026502
1 changed files with 9 additions and 8 deletions
|
@ -790,6 +790,7 @@ class FileChecker(object):
|
||||||
yearposition = possible_years[0]['yearposition']
|
yearposition = possible_years[0]['yearposition']
|
||||||
yearmodposition = possible_years[0]['yearmodposition']
|
yearmodposition = possible_years[0]['yearmodposition']
|
||||||
else:
|
else:
|
||||||
|
if len(possible_issuenumbers) > 0:
|
||||||
for x in possible_years:
|
for x in possible_years:
|
||||||
logger.info('yearposition[%s] -- dc[position][%s]' % (yearposition, x['yearposition']))
|
logger.info('yearposition[%s] -- dc[position][%s]' % (yearposition, x['yearposition']))
|
||||||
if yearposition < x['yearposition']:
|
if yearposition < x['yearposition']:
|
||||||
|
|
Loading…
Reference in a new issue