1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00

Fixed backlog searches

This commit is contained in:
echel0n 2014-05-11 06:11:18 -07:00
parent e977750702
commit 85019f07e4

View File

@ -125,8 +125,7 @@ class BacklogSearcher:
backlog_queue_item = search_queue.BacklogQueueItem(curShow, cur_segment) backlog_queue_item = search_queue.BacklogQueueItem(curShow, cur_segment)
if backlog_queue_item.wantedEpisodes: if backlog_queue_item.wantedEpisodes:
backlog_queue_item = search_queue.BacklogQueueItem(curShow, cur_segment) sickbeard.searchQueueScheduler.action.add_item(backlog_queue_item) #@UndefinedVariable
#sickbeard.searchQueueScheduler.action.add_item(backlog_queue_item) #@UndefinedVariable
else: else:
logger.log( logger.log(
u"Nothing in season " + str(cur_segment) + " needs to be downloaded, skipping this season", u"Nothing in season " + str(cur_segment) + " needs to be downloaded, skipping this season",