mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-12 12:09:10 +01:00
chore: remove TODO comment
This commit is contained in:
parent
8db4b79ac9
commit
32e1675617
@ -27,8 +27,6 @@ export function VideoElement({ streamUrl, loading }) {
|
|||||||
hls.loadSource(streamUrl);
|
hls.loadSource(streamUrl);
|
||||||
}, [videoRef, streamUrl, loading])
|
}, [videoRef, streamUrl, loading])
|
||||||
|
|
||||||
// TODO make better loading/error/empty state
|
|
||||||
|
|
||||||
if (error)
|
if (error)
|
||||||
return (<VideoPlaceholder>Your browser is not supported</VideoPlaceholder>)
|
return (<VideoPlaceholder>Your browser is not supported</VideoPlaceholder>)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user