From ea25f5e9aa76db7eb1522f5cfcaba725bb1824ec Mon Sep 17 00:00:00 2001 From: Kasper Seweryn Date: Sun, 6 Nov 2022 10:04:33 +0000 Subject: [PATCH] Add storage namespace --- front/src/components/Queue.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)