fix(frontend): Error Boundary, HomePage error state, HLS catch — quick wins pre-Bloc-B
This commit is contained in:
@@ -69,7 +69,7 @@ function NativePlayer({ url }: { url: string }) {
|
||||
hls = new Hls();
|
||||
hls.loadSource(url);
|
||||
hls.attachMedia(video);
|
||||
});
|
||||
}).catch(() => { /* HLS non disponible — dégradation silencieuse */ });
|
||||
}
|
||||
|
||||
return () => { hls?.destroy(); };
|
||||
|
||||
Reference in New Issue
Block a user