mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +00:00
Update src/pages/developer/VideoTesterView.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
b797200c3a
commit
eab6113a0f
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ export default function VideoTesterView() {
|
|||
}
|
||||
}, [playMedia, setMeta, extensionState]);
|
||||
|
||||
// player meta and streams cary over, so reset on mount
|
||||
// player meta and streams carry over, so reset on mount
|
||||
useEffect(() => {
|
||||
if (status !== playerStatus.IDLE) {
|
||||
reset();
|
||||
|
|
|
|||
Loading…
Reference in a new issue