add navbar and new logo

This commit is contained in:
geoffrey45
2022-03-04 08:02:01 +03:00
parent 6931cd926c
commit eebe6b4440
11 changed files with 201 additions and 55 deletions
-4
View File
@@ -283,10 +283,6 @@ def get_folder_tree(folder: str):
if track.filepath == entry.path:
songs.append(track)
# for track in all_the_f_music:
# if track.filepath == req_dir:
# songs.append(track)
return {
"files": helpers.remove_duplicates(songs),
"folders": sorted(folders, key=lambda i: i["name"]),