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
+1 -1
View File
@@ -1,5 +1,5 @@
<script>
import { currentStream } from '$lib/stores.js';
import { currentStream } from '$lib/stores.svelte.js';
currentStream.set({});
</script>