mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Fixed issue of unknown attribute keyword 'show'
This commit is contained in:
parent
43b6b4b594
commit
872056cc5d
@ -299,7 +299,7 @@ class GenericProvider:
|
||||
|
||||
# parse the file name
|
||||
try:
|
||||
myParser = NameParser(False, regexMode=regexMode, show=show)
|
||||
myParser = NameParser(False, regexMode=regexMode)
|
||||
parse_result = myParser.parse(title)
|
||||
except InvalidNameException:
|
||||
logger.log(u"Unable to parse the filename " + title + " into a valid episode", logger.WARNING)
|
||||
|
Loading…
Reference in New Issue
Block a user