Private GIT

Skip to content
Snippets Groups Projects
Commit ab641225 authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

Passing the showObj here is matching wrong shows! NameParser may be broken somewhere?

parent 78fdf429
Branches
Tags
No related merge requests found
...@@ -383,7 +383,7 @@ class GenericProvider: ...@@ -383,7 +383,7 @@ class GenericProvider:
# parse the file name # parse the file name
try: try:
myParser = NameParser(False, showObj=show) myParser = NameParser(False)
parse_result = myParser.parse(title) parse_result = myParser.parse(title)
except InvalidNameException: except InvalidNameException:
logger.log(u"Unable to parse the filename " + title + " into a valid episode", logger.DEBUG) logger.log(u"Unable to parse the filename " + title + " into a valid episode", logger.DEBUG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment