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
commit 3bca85b3a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 16 deletions

View file

@ -108,7 +108,7 @@ export const App = () => {
...getMpvProperties(useSettingsStore.getState().playback.mpvProperties),
};
mpvPlayer?.initialize({
await mpvPlayer?.initialize({
extraParameters,
properties,
});