mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
try hashmap trackstore
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user