From 4d284b620c34fdb1a566ed7150ce9df43b79ca48 Mon Sep 17 00:00:00 2001 From: Shiny Nematoda Date: Sun, 21 Jan 2024 12:45:12 +0000 Subject: [PATCH] hotfix Signed-off-by: Shiny Nematoda --- src/stores/player.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/player.js b/src/stores/player.js index 8f2c196..64e61d8 100644 --- a/src/stores/player.js +++ b/src/stores/player.js @@ -82,7 +82,7 @@ export const useData = defineStore('data', () => { }, ]; - useMetadata(state.current(), { + useMetadata(current(), { title: state.title, artist: state.artist, art: state.art,