diff --git a/ui/src/player/PlayerList.js b/ui/src/player/PlayerList.js index 475322441..a2b009bad 100644 --- a/ui/src/player/PlayerList.js +++ b/ui/src/player/PlayerList.js @@ -28,7 +28,7 @@ const PlayerList = ({ permissions, ...props }) => { > {isXsmall ? ( r.client} + primaryText={(r) => r.name} secondaryText={(r) => r.userName} tertiaryText={(r) => (r.maxBitRate ? r.maxBitRate : '-')} />