mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fixed issue of unknown attribute keyword 'show'
This commit is contained in:
parent
43b6b4b594
commit
872056cc5d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue