hls: remove redundant JavaScript argument (#5806)

This commit is contained in:
Alessandro Ros
2026-05-26 11:22:19 +02:00
committed by GitHub
parent cd4d2ee97d
commit e63dd7132a
+1 -1
View File
@@ -125,7 +125,7 @@ const loadStream = () => {
setMessage(data.error + ', retrying in some seconds');
}
setTimeout(() => loadStream(video), retryPause);
setTimeout(() => loadStream(), retryPause);
}
});