Broke the queue

This commit is contained in:
Eclypsed
2024-04-16 10:05:11 -04:00
parent f9592f2d82
commit f11fa95aea
4 changed files with 52 additions and 12 deletions

View File

@@ -28,7 +28,7 @@
<IconButton
halo={true}
on:click={() => {
if (mediaItem.type === 'song') $queue.push(mediaItem)
if (mediaItem.type === 'song') $queue.enqueue(mediaItem)
}}
>
<i slot="icon" class="fa-solid fa-play text-xl" />