From 91a2f06a45c9621624d56383a66c5d0a802dd62a Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Tue, 8 Oct 2019 12:50:45 -0600 Subject: [PATCH] Added comment about downloading --- libremsonic/cache_manager.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libremsonic/cache_manager.py b/libremsonic/cache_manager.py index 16bed11..17a0efc 100644 --- a/libremsonic/cache_manager.py +++ b/libremsonic/cache_manager.py @@ -108,6 +108,8 @@ class CacheManager(metaclass=Singleton): server: Server browse_by_tags: bool + # TODO need to split out the song downloads and make them higher + # priority I think. Maybe even need to just make this a priority queue. download_set_lock = threading.Lock() current_downloads: Set[Path] = set()