Skip to content

Commit

Permalink
feat: always show artist name in Album view
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Mar 21, 2020
1 parent e23a290 commit 91a7436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/album/AlbumShow.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const AlbumShow = (props) => {
)}
{isDesktop && <TextField source="title" />}
{!isDesktop && <FunctionField source="title" render={trackName} />}
{record.compilation && <TextField source="artist" />}
{isDesktop && <TextField source="artist" />}
<DurationField source="duration" />
</Datagrid>
</List>
Expand Down

0 comments on commit 91a7436

Please sign in to comment.