Private GIT

Skip to content
Snippets Groups Projects
Commit 7ce27b72 authored by echel0n's avatar echel0n
Browse files

Fix for scene numbering issues

parent 694b210f
Branches
Tags
No related merge requests found
......@@ -277,7 +277,7 @@ class GenericProvider:
if ep_obj.season == ep_obj.scene_season and ep_obj.episode == ep_obj.scene_episode:
parse_result = myParser.parse(title)
else:
parse_result = myParser.parse(title)
parse_result = myParser.parse(title).convert()
except InvalidNameException:
logger.log(u"Unable to parse the filename " + title + " into a valid episode", logger.WARNING)
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment