Private GIT

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

Fix backlog crashing for non-ascii shows

parent b1747150
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.name
self.thread_name = 'BACKLOG-'+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