mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
client:fetch songs and folders in folder view
This commit is contained in:
@@ -14,7 +14,7 @@ const getData = async (path) => {
|
||||
}
|
||||
|
||||
const data = await res.json();
|
||||
songs.value = data.songs;
|
||||
songs.value = data.files;
|
||||
folders.value = data.folders;
|
||||
|
||||
return { songs, folders };
|
||||
|
||||
Reference in New Issue
Block a user