mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
client: implement a buggy scrollIntoView in queue view
This commit is contained in:
+1
-1
@@ -286,7 +286,7 @@ def getFolderTree(folder: str = None):
|
||||
song['type']['name'] = "folder"
|
||||
song['type']['id'] = req_dir
|
||||
|
||||
return {"files": songs, "folders": folders}
|
||||
return {"files": songs, "folders": sorted(folders, key= lambda i: i['name'])}
|
||||
|
||||
|
||||
@bp.route('/get/queue', methods=['POST'])
|
||||
|
||||
Reference in New Issue
Block a user