mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
Show Player name, not client, in mobile view. Fix #1659.
This commit is contained in:
parent
ecac74c2bd
commit
347424009d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ const PlayerList = ({ permissions, ...props }) => {
|
||||||
>
|
>
|
||||||
{isXsmall ? (
|
{isXsmall ? (
|
||||||
<SimpleList
|
<SimpleList
|
||||||
primaryText={(r) => r.client}
|
primaryText={(r) => r.name}
|
||||||
secondaryText={(r) => r.userName}
|
secondaryText={(r) => r.userName}
|
||||||
tertiaryText={(r) => (r.maxBitRate ? r.maxBitRate : '-')}
|
tertiaryText={(r) => (r.maxBitRate ? r.maxBitRate : '-')}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue