mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
chore: remove TODO comment
This commit is contained in:
parent
8db4b79ac9
commit
32e1675617
1 changed files with 0 additions and 2 deletions
|
|
@ -27,8 +27,6 @@ export function VideoElement({ streamUrl, loading }) {
|
|||
hls.loadSource(streamUrl);
|
||||
}, [videoRef, streamUrl, loading])
|
||||
|
||||
// TODO make better loading/error/empty state
|
||||
|
||||
if (error)
|
||||
return (<VideoPlaceholder>Your browser is not supported</VideoPlaceholder>)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue