From 19c92df8256ac7e8eebfa93a0104a9396bda6c65 Mon Sep 17 00:00:00 2001 From: chme Date: Thu, 14 Feb 2019 08:24:03 +0100 Subject: [PATCH] [web-src] Improve modal for queue items, if item is not part of the library and adjust after renaming to "album_artist_id" --- web-src/src/components/ModalDialogQueueItem.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 () {