Remove mpv quit effect

- Causing errors in dev build
This commit is contained in:
jeffvli 2023-05-17 17:51:14 -07:00
parent 71b9cace53
commit ce72ff5e8d

View File

@ -49,10 +49,6 @@ export const App = () => {
extraParameters,
properties,
});
return () => {
mpvPlayer?.quit();
};
}, []);
useEffect(() => {