mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
try adding playlists list to context menu - unsuccsessfully
This commit is contained in:
@@ -30,7 +30,7 @@ def get_folder_tree():
|
||||
songs = []
|
||||
|
||||
for track in api.TRACKS:
|
||||
if track.folder + "/" == req_dir:
|
||||
if track.folder == req_dir:
|
||||
songs.append(track)
|
||||
|
||||
final_tracks = helpers.remove_duplicates(songs)
|
||||
|
||||
Reference in New Issue
Block a user