Add storage namespace

This commit is contained in:
Kasper Seweryn 2022-11-06 10:04:33 +00:00
parent 839a80b3ac
commit ea25f5e9aa
1 changed files with 1 additions and 1 deletions

View File

@ -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)
</script>
<template>