diff options
Diffstat (limited to 'src/stores/anime.ts')
| -rw-r--r-- | src/stores/anime.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/anime.ts b/src/stores/anime.ts index 0ab4513d..a82bfa55 100644 --- a/src/stores/anime.ts +++ b/src/stores/anime.ts @@ -1,5 +1,5 @@ import { persistentStore } from "$lib/Utility/persistentStore"; -const anime = persistentStore<string>("anime", ""); +const anime = persistentStore<string>("anime:v3", ""); export default anime; |