diff --git a/web-src/src/components/ModalDialogQueueItem.vue b/web-src/src/components/ModalDialogQueueItem.vue index 72543e40..7f708f5c 100644 --- a/web-src/src/components/ModalDialogQueueItem.vue +++ b/web-src/src/components/ModalDialogQueueItem.vue @@ -15,11 +15,13 @@
Album - {{ item.album }} + {{ item.album }} + {{ item.album }}
Album artist - {{ item.album_artist }} + {{ item.album_artist }} + {{ item.album_artist }}
Composer @@ -29,7 +31,7 @@ Year {{ item.year }}
-+
Genre {{ item.genre }}
@@ -92,7 +94,7 @@ export default { }, open_album_artist: function () { - this.$router.push({ path: '/music/artists/' + this.item.albumartist_id }) + this.$router.push({ path: '/music/artists/' + this.item.album_artist_id }) }, open_genre: function () {