use SvelteSet instead of Set for favoritedStreams

This commit is contained in:
2025-07-06 22:31:55 +02:00
parent dc84db8c79
commit 347438928a
8 changed files with 19 additions and 20 deletions

View File

@@ -24,7 +24,7 @@
currentStream,
getSongAtTime,
updateCurrentSong
} from '$lib/stores.js';
} from '$lib/stores.svelte.js';
interface Props {
src: any;