mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10: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,
|
||||
};
|
||||
|
||||
mpvPlayer.restart({
|
||||
mpvPlayer?.restart({
|
||||
extraParameters,
|
||||
properties,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user