diff --git a/src/components/PlayQueueItem.vue b/src/components/PlayQueueItem.vue index bb89fca..46dafdb 100644 --- a/src/components/PlayQueueItem.vue +++ b/src/components/PlayQueueItem.vue @@ -19,6 +19,8 @@ const playQueueStore = usePlayQueueStore() const hover = ref(false) function removeItem() { + playQueueStore.queueReplaceLock = true + const queue = [...playQueueStore.list] if (!playQueueStore.playMode.shuffle) {