mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -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 = []
|
||||
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
|
||||
if epObj.season in ep_segment:
|
||||
ep_segment[epObj.season].append(epObj)
|
||||
|
Loading…
Reference in New Issue
Block a user