Add storage namespace
This commit is contained in:
parent
839a80b3ac
commit
ea25f5e9aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue