Fix bug where playback would not pause when fetching the newest playqueue
This commit is contained in:
parent
d42c3202b5
commit
7958a00050
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
async function innerFetchQueue() {
|
||||
loading = true;
|
||||
playbackState.pause();
|
||||
await queueState.getPlayQueue()
|
||||
await new Promise(resolve => setTimeout(resolve, 100));
|
||||
loading = false;
|
||||
|
|
Loading…
Reference in a new issue