diff --git a/front/src/components/Queue.vue b/front/src/components/Queue.vue index 5bbc83439..0fa7379ec 100644 --- a/front/src/components/Queue.vue +++ b/front/src/components/Queue.vue @@ -427,6 +427,7 @@ const coverType = useStorage('queue:cover-type', CoverType.COVER_ART) { } const replacePlay = async (index?: number) => { - clear() + await clear() jQuery(el.value).find('.ui.dropdown').dropdown('hide')