Change filename parsing to default to the issue number

e.g. 123.cbr parses with series: 123, issue number: 123
This commit is contained in:
lordwelch 2019-09-11 14:38:38 -07:00
parent cd4097f0c0
commit ce021d82cf

View File

@ -113,7 +113,7 @@ class FileNameParser:
word_list = word_list[1:]
else:
# only one word?? just bail.
return issue, start, end
return word_list[0][0], start, end
# Now try to search for the likely issue number word in the list