Update src/pages/developer/VideoTesterView.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
vlOd 2025-12-27 01:15:53 +02:00 committed by GitHub
parent b797200c3a
commit eab6113a0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();