mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
Remove mpv quit effect
- Causing errors in dev build
This commit is contained in:
parent
71b9cace53
commit
ce72ff5e8d
@ -49,10 +49,6 @@ export const App = () => {
|
||||
extraParameters,
|
||||
properties,
|
||||
});
|
||||
|
||||
return () => {
|
||||
mpvPlayer?.quit();
|
||||
};
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user