diff --git a/ui/app/components/VideoPlayer.vue b/ui/app/components/VideoPlayer.vue index 96b8df28..c55fbd95 100644 --- a/ui/app/components/VideoPlayer.vue +++ b/ui/app/components/VideoPlayer.vue @@ -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)); }