Fix for startup issues after last commit

This commit is contained in:
echel0n 2014-05-15 22:03:37 -07:00
parent a6d30ac425
commit 03c3c9666b
1 changed files with 1 additions and 2 deletions

View File

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