fix: automatic fallback to hls.js

This commit is contained in:
arabcoders 2026-05-07 18:01:05 +03:00
parent 71f9a7bda4
commit 5951837ab9

View file

@ -1119,10 +1119,6 @@ async function src_error(event: Event) {
return;
}
if (videoElement.value?.paused && !active.value) {
return;
}
console.warn('Source failed to load, attempting HLS fallback via hls.js...', event);
attach_hls(currentPlaybackUrl('m3u8', true));
}