1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Fixed issue with WEB Api and setting episode statuses for backlog searches.

This commit is contained in:
echel0n 2014-07-11 18:01:55 -07:00
parent 2f0683ec1e
commit 13f12b2635

View File

@ -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)