improve nowPlaying alignment

This commit is contained in:
geoffrey45
2022-02-08 00:39:08 +03:00
parent f93fa79fc5
commit 214ae82344
15 changed files with 113 additions and 71 deletions
-1
View File
@@ -40,7 +40,6 @@ export default {
}
watch(query, () => {
console.log(query.value);
emit("search", query.value);
});
+2 -2
View File
@@ -74,8 +74,8 @@ function updateQueue(song) {
perks.updateQueue(song, type);
}
function loadAlbum(title, album_artist) {
routeLoader.toAlbum(title, album_artist);
function loadAlbum(title, albumartist) {
routeLoader.toAlbum(title, albumartist);
}
</script>