mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Fix for scene numbering issues
This commit is contained in:
parent
694b210f2d
commit
7ce27b72f5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user