From 347424009d8adbe5975f4a234d0f38b34d39c9fc Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 5 Apr 2023 22:48:33 -0400 Subject: [PATCH] Show Player name, not client, in mobile view. Fix #1659. --- ui/src/player/PlayerList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/player/PlayerList.js b/ui/src/player/PlayerList.js index 47532244..a2b009ba 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 : '-')} />