From 7f41aabef8198d3ed2d7e1bec4aa93897f304c9a Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Thu, 25 Jul 2019 10:57:59 +0200 Subject: [PATCH] See #432: display tags on artist/album/track admin detail page --- front/src/components/tags/List.vue | 3 ++- front/src/views/admin/library/AlbumDetail.vue | 11 +++++++++-- front/src/views/admin/library/ArtistDetail.vue | 9 ++++++++- front/src/views/admin/library/TrackDetail.vue | 10 +++++++++- 4 files changed, 28 insertions(+), 5 deletions(-) diff --git a/front/src/components/tags/List.vue b/front/src/components/tags/List.vue index 6c280822b..e5bba5b58 100644 --- a/front/src/components/tags/List.vue +++ b/front/src/components/tags/List.vue @@ -1,7 +1,7 @@