From b05e9ca0a4a60b61fa1dd7ff359b5cf764d81f8a Mon Sep 17 00:00:00 2001 From: Agate Date: Sat, 6 Jun 2020 04:44:05 +0200 Subject: [PATCH] Fixed embedded player layout issue for tracks with no albums --- front/src/EmbedFrame.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/EmbedFrame.vue b/front/src/EmbedFrame.vue index 220726de9..a8dcce4fa 100644 --- a/front/src/EmbedFrame.vue +++ b/front/src/EmbedFrame.vue @@ -103,8 +103,8 @@
{{ track.title }}
{{ track.artist.name }}
- -
{{ track.album.title }}
+ +
{{ track.album.title }}
{{ time.durationFormatted(track.sources[0].duration) }}