remove comment

This commit is contained in:
Josh Hawkins 2024-06-10 17:39:45 -05:00
parent 72a719ff33
commit 168786ae7d

View File

@ -328,7 +328,6 @@ function MSEPlayer({
setBufferTimeout( setBufferTimeout(
setTimeout(() => { setTimeout(() => {
// only error and fallback if player is visible
if (document.visibilityState === "visible") { if (document.visibilityState === "visible") {
onError("stalled"); onError("stalled");
} }