mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
[server] fix watchdog
This commit is contained in:
@@ -14,6 +14,7 @@ export default defineStore("FolderDirs&Tracks", {
|
||||
const { tracks, folders } = await fetchThem(path);
|
||||
|
||||
this.path = path;
|
||||
console.log(path)
|
||||
this.dirs = folders;
|
||||
this.tracks = tracks;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user