Added comment about downloading

This commit is contained in:
Sumner Evans
2019-10-08 12:50:45 -06:00
parent 9839e04322
commit 91a2f06a45

View File

@@ -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()