mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Possible fix for incorrect show matches
This commit is contained in:
parent
4739ab12ae
commit
b03ffa231d
@ -107,7 +107,7 @@ class ProperFinder():
|
||||
for curProper in sortedPropers:
|
||||
|
||||
try:
|
||||
myParser = NameParser(False, showObj=curProper.show)
|
||||
myParser = NameParser(False)
|
||||
parse_result = myParser.parse(curProper.name)
|
||||
except InvalidNameException:
|
||||
logger.log(u"Unable to parse the filename " + curProper.name + " into a valid episode", logger.DEBUG)
|
||||
|
Loading…
Reference in New Issue
Block a user