From 91a743623a5e60f8deed3dcbe402f170882c3b08 Mon Sep 17 00:00:00 2001 From: Deluan Date: Sat, 21 Mar 2020 19:15:39 -0400 Subject: [PATCH] feat: always show artist name in Album view --- ui/src/album/AlbumShow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/album/AlbumShow.js b/ui/src/album/AlbumShow.js index 19102a599..77442099b 100644 --- a/ui/src/album/AlbumShow.js +++ b/ui/src/album/AlbumShow.js @@ -65,7 +65,7 @@ const AlbumShow = (props) => { )} {isDesktop && } {!isDesktop && } - {record.compilation && } + {isDesktop && }