mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-17 14:55:07 -05:00
Fixed BacklogSearchQueueItem show attribute error during searches
This commit is contained in:
parent
3efa9709af
commit
2fbae22f2f
@ -100,7 +100,7 @@ class BacklogSearcher:
|
||||
segments = self._get_segments(curShow, fromDate)
|
||||
|
||||
for season, segment in segments.items():
|
||||
self.currentSearchInfo = {'title': self.show.name + " Season " + str(season)}
|
||||
self.currentSearchInfo = {'title': curShow.name + " Season " + str(season)}
|
||||
|
||||
backlog_queue_item = search_queue.BacklogQueueItem(curShow, segment)
|
||||
sickbeard.searchQueueScheduler.action.add_item(backlog_queue_item) # @UndefinedVariable
|
||||
|
Loading…
Reference in New Issue
Block a user