Small fix for post-processing

This commit is contained in:
echel0n 2014-04-30 16:19:38 -07:00
parent 9d191f6999
commit 54f769e224

View file

@ -506,7 +506,7 @@ class PostProcessor(object):
# for each possible interpretation of that scene name
for cur_name in name_list:
showObj = helpers.get_show_by_name(parse_result.series_name)
showObj = helpers.get_show_by_name(cur_name)
if showObj:
_finalize(parse_result)
return (showObj.indexerid, season, episodes)