diff --git a/front/src/components/Queue.vue b/front/src/components/Queue.vue index a6e2c1490..6afe94216 100644 --- a/front/src/components/Queue.vue +++ b/front/src/components/Queue.vue @@ -35,11 +35,11 @@ const { currentTrack, currentIndex, queue, - tracks, dequeue, playTrack, reorder, - endsIn: timeLeft + endsIn: timeLeft, + clear } = useQueue() const queueModal = ref() @@ -291,7 +291,7 @@ const reorderTracks = async (from: number, to: number) => {