From aea5ff298624045f88bdc1c4e2df6f604b42dc35 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:50:16 -0500 Subject: [PATCH] keep gradients when still image is showing --- 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 0f61b2062..d040714c5 100644 --- a/web/src/components/player/LivePlayer.tsx +++ b/web/src/components/player/LivePlayer.tsx @@ -196,7 +196,7 @@ export default function LivePlayer({ )} onClick={onClick} > - {liveReady && ( + {((showStillWithoutActivity && !liveReady) || liveReady) && ( <>