mirror of
https://github.com/moparisthebest/SickRage
synced 2025-03-03 10:01:53 -05:00
Small fix for post-processing
This commit is contained in:
parent
9d191f6999
commit
54f769e224
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user