From daee9aaf01999da2ea2b5295433b9b3058b1b606 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 11 Mar 2025 22:15:35 -0500 Subject: [PATCH] ensure disabled and offline messages don't overlay each other --- web/src/components/player/LivePlayer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/player/LivePlayer.tsx b/web/src/components/player/LivePlayer.tsx index ae9fd6197..38cb9bb90 100644 --- a/web/src/components/player/LivePlayer.tsx +++ b/web/src/components/player/LivePlayer.tsx @@ -411,7 +411,7 @@ export default function LivePlayer({ /> - {offline && !showStillWithoutActivity && ( + {offline && !showStillWithoutActivity && cameraEnabled && (
Stream offline