mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Merge pull request #195 from druscoe/fix_empty_download_thread_list
Fix empty download thread list
This commit is contained in:
commit
5fc60fce6b
1 changed files with 1 additions and 0 deletions
|
@ -230,6 +230,7 @@ class Library(threading.Thread):
|
||||||
new_thread = GetItemWorker(self.server, queue[0], queue[1])
|
new_thread = GetItemWorker(self.server, queue[0], queue[1])
|
||||||
new_thread.start()
|
new_thread.start()
|
||||||
LOG.info("-->[ q:download/%s ]", id(new_thread))
|
LOG.info("-->[ q:download/%s ]", id(new_thread))
|
||||||
|
self.download_threads.append(new_thread)
|
||||||
|
|
||||||
def worker_sort(self):
|
def worker_sort(self):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue