Merge pull request #435 from kgarner7/fix-init-timing

[bugfix]: defer restore queue until mpv exists
This commit is contained in:
Kendall Garner
2024-01-23 05:18:20 +00:00
committed by GitHub
3 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ export const App = () => {
...getMpvProperties(useSettingsStore.getState().playback.mpvProperties),
};
mpvPlayer?.initialize({
await mpvPlayer?.initialize({
extraParameters,
properties,
});