mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-08 11:03:38 +00:00
Small fix for post-processing
This commit is contained in:
parent
9d191f6999
commit
54f769e224
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ class PostProcessor(object):
|
||||||
|
|
||||||
# for each possible interpretation of that scene name
|
# for each possible interpretation of that scene name
|
||||||
for cur_name in name_list:
|
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:
|
if showObj:
|
||||||
_finalize(parse_result)
|
_finalize(parse_result)
|
||||||
return (showObj.indexerid, season, episodes)
|
return (showObj.indexerid, season, episodes)
|
||||||
|
|
Loading…
Reference in a new issue