mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fixed issue with WEB Api and setting episode statuses for backlog searches.
This commit is contained in:
parent
2f0683ec1e
commit
13f12b2635
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue