try hashmap trackstore

This commit is contained in:
cwilvx
2024-07-07 16:52:18 +03:00
parent 2ba5d6c1d7
commit c116957982
8 changed files with 263 additions and 81 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ class GetFilesAndDirs:
tracks = []
if files:
tracks = TrackDB.get_tracks_by_filepaths(files)
tracks = list(FolderStore.get_tracks_by_filepaths(files))
folders = []
if not self.tracks_only: