mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Add optional chain to mpvPlayer to fix web
This commit is contained in:
@@ -44,7 +44,7 @@ export const App = () => {
|
|||||||
volume: usePlayerStore.getState().volume,
|
volume: usePlayerStore.getState().volume,
|
||||||
};
|
};
|
||||||
|
|
||||||
mpvPlayer.restart({
|
mpvPlayer?.restart({
|
||||||
extraParameters,
|
extraParameters,
|
||||||
properties,
|
properties,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user