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

@@ -5,7 +5,7 @@
import MetadataEditor from './MetadataEditor.svelte';
import Player from './Player.svelte';
import { dev } from '$app/environment';
import { currentStream, updateCurrentStream } from '$lib/stores.js';
import { currentStream, updateCurrentStream } from '$lib/stores.svelte.js';
let { data } = $props();