Private GIT

Skip to content
Snippets Groups Projects
Commit dec84052 authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Fix a backlog bug

parent 9dc6f897
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ class RSSSearchQueueItem(generic_queue.QueueItem):
class BacklogQueueItem(generic_queue.QueueItem):
def __init__(self, show, segment):
generic_queue.QueueItem.__init__(self, 'Backlog', BACKLOG_SEARCH)
self.thread_name = 'BACKLOG-'+show.tvdbid
self.thread_name = 'BACKLOG-'+str(show.tvdbid)
self.show = show
self.segment = segment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment