1
0
mirror of https://github.com/moparisthebest/SickRage synced 2025-03-04 10:29:52 -05:00

Fix for incorrect show snatches

This commit is contained in:
echel0n 2014-07-24 21:29:03 -07:00
parent bb437299d5
commit 0e5fbbc5c3

View File

@ -288,7 +288,7 @@ class GenericProvider:
# parse the file name
try:
myParser = NameParser(False, showObj=show, convert=True)
myParser = NameParser(False, convert=True)
parse_result = myParser.parse(title)
except InvalidNameException:
logger.log(u"Unable to parse the filename " + title + " into a valid episode", logger.DEBUG)