mirror of
https://github.com/navidrome/navidrome.git
synced 2026-04-03 06:41:01 +00:00
Show Player name, not client, in mobile view. Fix #1659.
This commit is contained in:
parent
888d120e12
commit
818791bf89
@ -28,7 +28,7 @@ const PlayerList = ({ permissions, ...props }) => {
|
||||
>
|
||||
{isXsmall ? (
|
||||
<SimpleList
|
||||
primaryText={(r) => r.client}
|
||||
primaryText={(r) => r.name}
|
||||
secondaryText={(r) => r.userName}
|
||||
tertiaryText={(r) => (r.maxBitRate ? r.maxBitRate : '-')}
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user