update shit code (trash) :3

This commit is contained in:
2025-05-21 22:57:11 +02:00
parent a7a6a9b65d
commit 8e5adaec96
17 changed files with 235 additions and 499 deletions

View File

@@ -13,6 +13,7 @@ const audioStore = useAudio();
function updateSong() {
let updated = props.song;
console.log("updating song:", updated)
audioStore.setSong(updated)
}
</script>