From f502cd25eb7305725d79498b910f7cc6cd6d704a Mon Sep 17 00:00:00 2001 From: ArneBo Date: Mon, 24 Mar 2025 15:04:29 +0100 Subject: [PATCH] fix(front): display multi artist credits in one line in player and in queue --- front/src/components/Queue.vue | 48 ++++++++++++++------------- front/src/components/audio/Player.vue | 9 +++-- 2 files changed, 32 insertions(+), 25 deletions(-) diff --git a/front/src/components/Queue.vue b/front/src/components/Queue.vue index 2426fd804..3d0b5b7f2 100644 --- a/front/src/components/Queue.vue +++ b/front/src/components/Queue.vue @@ -296,30 +296,32 @@ if (!isWebGLSupported) { - +
{ {{ currentTrack.title }} -
+
{ {{ currentTrack.albumTitle ?? t('components.audio.Player.meta.unknownAlbum') }} -
+