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) && ( <>