mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Added download thread to the download_threads when created.
This commit is contained in:
parent
b9817a5617
commit
b878a0e433
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,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