mirror of
https://github.com/moparisthebest/SickRage
synced 2025-03-04 10:29:52 -05:00
Fixed issue with WEB Api and setting episode statuses for backlog searches.
This commit is contained in:
parent
2f0683ec1e
commit
13f12b2635
@ -974,7 +974,7 @@ class CMD_EpisodeSetStatus(ApiCall):
|
|||||||
|
|
||||||
sql_l = []
|
sql_l = []
|
||||||
for epObj in ep_list:
|
for epObj in ep_list:
|
||||||
if ep_segment == None and self.status == WANTED:
|
if self.status == WANTED:
|
||||||
# figure out what episodes are wanted so we can backlog them
|
# figure out what episodes are wanted so we can backlog them
|
||||||
if epObj.season in ep_segment:
|
if epObj.season in ep_segment:
|
||||||
ep_segment[epObj.season].append(epObj)
|
ep_segment[epObj.season].append(epObj)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user