diff --git a/front/src/components/Queue.vue b/front/src/components/Queue.vue index fb93d480d..ee93f5e5a 100644 --- a/front/src/components/Queue.vue +++ b/front/src/components/Queue.vue @@ -147,6 +147,13 @@ const hideArtist = () => { }) } } + +enum CoverType { + COVER_ART, + MILK_DROP +} + +const coverType = ref(CoverType.COVER_ART)