mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-15 19:50:37 +03:00
feat: always show artist name in Album view
This commit is contained in:
parent
e23a290812
commit
91a743623a
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user