Possible fix for incorrect show matches

This commit is contained in:
echel0n 2014-08-26 07:31:57 -07:00
parent 4739ab12ae
commit b03ffa231d
1 changed files with 1 additions and 1 deletions

View File

@ -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)