mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
update playlist name on folder view
This commit is contained in:
@@ -107,7 +107,7 @@ def get_folder_tree(body: FolderTree):
|
||||
)
|
||||
|
||||
return {
|
||||
"path": req_dir,
|
||||
"path": f"$playlist/{playlist.name}",
|
||||
"folders": [],
|
||||
"tracks": serialize_tracks(tracks),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user