mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Possible fix for incorrect show matches
This commit is contained in:
parent
4739ab12ae
commit
b03ffa231d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue