From 168786ae7d73dfc53acce760a31a65c177d6e858 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:39:45 -0500 Subject: [PATCH] remove comment --- web/src/components/player/MsePlayer.tsx | 1 - 1 file changed, 1 deletion(-) 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"); }