mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-20 12:22:05 +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]);
|
}, [playMedia, setMeta, extensionState]);
|
||||||
|
|
||||||
// player meta and streams cary over, so reset on mount
|
// player meta and streams carry over, so reset on mount
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (status !== playerStatus.IDLE) {
|
if (status !== playerStatus.IDLE) {
|
||||||
reset();
|
reset();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue