diff --git a/sickbeard/properFinder.py b/sickbeard/properFinder.py index a707aaee..d4911c6a 100644 --- a/sickbeard/properFinder.py +++ b/sickbeard/properFinder.py @@ -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)