diff --git a/src/lib/components/custom/QueueFrame.svelte b/src/lib/components/custom/QueueFrame.svelte index d780db4..39d508a 100644 --- a/src/lib/components/custom/QueueFrame.svelte +++ b/src/lib/components/custom/QueueFrame.svelte @@ -12,6 +12,7 @@ async function innerFetchQueue() { loading = true; + playbackState.pause(); await queueState.getPlayQueue() await new Promise(resolve => setTimeout(resolve, 100)); loading = false;