[bugfix]: defer restore queue until mpv exists

This commit is contained in:
Kendall Garner 2024-01-06 19:24:29 -08:00
parent 960427fce8
commit c5e08b643d
No known key found for this signature in database
GPG key ID: 18D2767419676C87
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,
});