Add storage namespace
This commit is contained in:
parent
839a80b3ac
commit
ea25f5e9aa
|
@ -169,7 +169,7 @@ enum CoverType {
|
||||||
MILK_DROP
|
MILK_DROP
|
||||||
}
|
}
|
||||||
|
|
||||||
const coverType = useStorage('cover-type', CoverType.COVER_ART)
|
const coverType = useStorage('queue:cover-type', CoverType.COVER_ART)
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|
Loading…
Reference in New Issue