Signed-off-by: Shiny Nematoda <snematoda@noreply.codeberg.org>
This commit is contained in:
Shiny Nematoda 2024-01-21 12:45:12 +00:00
parent d494641d39
commit 4d284b620c

View file

@ -82,7 +82,7 @@ export const useData = defineStore('data', () => {
},
];
useMetadata(state.current(), {
useMetadata(current(), {
title: state.title,
artist: state.artist,
art: state.art,