mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
fix multiprocessing
+ remove global locks
This commit is contained in:
@@ -78,6 +78,7 @@ def get_folder_tree(body: FolderTree):
|
||||
|
||||
config = UserConfig()
|
||||
root_dirs = config.rootDirs
|
||||
print("root_dirs", root_dirs)
|
||||
|
||||
try:
|
||||
if req_dir == "$home" and root_dirs[0] == "$home":
|
||||
|
||||
Reference in New Issue
Block a user