Added comment about downloading
This commit is contained in:
@@ -108,6 +108,8 @@ class CacheManager(metaclass=Singleton):
|
|||||||
server: Server
|
server: Server
|
||||||
browse_by_tags: bool
|
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()
|
download_set_lock = threading.Lock()
|
||||||
current_downloads: Set[Path] = set()
|
current_downloads: Set[Path] = set()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user