diff --git a/jellyfin_kodi/library.py b/jellyfin_kodi/library.py index 0315c25a..43fc8fc1 100644 --- a/jellyfin_kodi/library.py +++ b/jellyfin_kodi/library.py @@ -230,6 +230,7 @@ class Library(threading.Thread): new_thread = GetItemWorker(self.server, queue[0], queue[1]) new_thread.start() LOG.info("-->[ q:download/%s ]", id(new_thread)) + self.download_threads.append(new_thread) def worker_sort(self):