Add storage namespace

This commit is contained in:
Kasper Seweryn 2022-11-06 10:04:33 +00:00
commit ea25f5e9aa

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>