diff --git a/web/src/components/player/MsePlayer.tsx b/web/src/components/player/MsePlayer.tsx index 970b20f35..54b924456 100644 --- a/web/src/components/player/MsePlayer.tsx +++ b/web/src/components/player/MsePlayer.tsx @@ -328,7 +328,6 @@ function MSEPlayer({ setBufferTimeout( setTimeout(() => { - // only error and fallback if player is visible if (document.visibilityState === "visible") { onError("stalled"); }