fix from albumView to other routes bug

- add nginx sites
- add setup script (untested**)
This commit is contained in:
geoffrey45
2022-02-13 17:18:23 +03:00
parent 6d6d2831c0
commit 462acd0229
8 changed files with 45 additions and 814 deletions
-1
View File
@@ -56,7 +56,6 @@ export default {
}
function emitLoadAlbum(title, artist) {
console.log("hii");
emit("loadAlbum", title, artist);
}