mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 11:32:20 -05:00
Fix for startup issues after last commit
This commit is contained in:
parent
a6d30ac425
commit
03c3c9666b
@ -27,7 +27,6 @@ from sickbeard import db, logger, common, exceptions, helpers
|
||||
from sickbeard import generic_queue, scheduler
|
||||
from sickbeard import search, failed_history, history
|
||||
from sickbeard import ui
|
||||
from sickbeard import searchBacklog
|
||||
|
||||
search_queue_lock = threading.Lock()
|
||||
|
||||
@ -128,7 +127,7 @@ class BacklogQueueItem(generic_queue.QueueItem):
|
||||
generic_queue.QueueItem.execute(self)
|
||||
|
||||
for season in self.segment:
|
||||
searchBacklog.BacklogSearcher.currentSearchInfo = {'title': self.show.name + " Season " + str(season)}
|
||||
sickbeard.searchBacklog.BacklogSearcher.currentSearchInfo = {'title': self.show.name + " Season " + str(season)}
|
||||
|
||||
wantedEps = self.segment[season]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user