diff --git a/front/src/components/Queue.vue b/front/src/components/Queue.vue index cee4ec9b6..17745a7f8 100644 --- a/front/src/components/Queue.vue +++ b/front/src/components/Queue.vue @@ -169,7 +169,7 @@ enum CoverType { MILK_DROP } -const coverType = useStorage('cover-type', CoverType.COVER_ART) +const coverType = useStorage('queue:cover-type', CoverType.COVER_ART)