diff --git a/server/app/api.py b/server/app/api.py index 23d3a220..b9978af8 100644 --- a/server/app/api.py +++ b/server/app/api.py @@ -288,12 +288,12 @@ def getFolderTree(folder: str = None): folders.append(dir) - if entry.is_file(): - if isValidFile(entry.name) == True: - file = all_songs_instance.find_song_by_path(entry.path) + # if entry.is_file(): + # if isValidFile(entry.name) == True: + # file = all_songs_instance.find_song_by_path(entry.path) - if not file: - getTags(entry.path) + # if not file: + # getTags(entry.path) songs_array = all_songs_instance.find_songs_by_folder( req_dir) diff --git a/src/App.vue b/src/App.vue index f4b0d6b0..798d9498 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,12 +11,15 @@ -
- +
+ +
@@ -31,7 +34,7 @@