Failed to verify fix + reactivity & polling fixes for multi downloads

This commit is contained in:
Harvey
2026-04-19 03:18:50 +01:00
parent a63008c298
commit e70a76f489
10 changed files with 210 additions and 38 deletions
+3
View File
@@ -3,6 +3,7 @@
import { browser } from '$app/environment';
import { goto, beforeNavigate, afterNavigate } from '$app/navigation';
import { resolve } from '$app/paths';
import { migratePageSourceKeys } from '$lib/stores/musicSource';
import { errorModal } from '$lib/stores/errorModal';
import { libraryStore } from '$lib/stores/library';
import { integrationStore } from '$lib/stores/integration';
@@ -61,6 +62,8 @@
import type { Snippet } from 'svelte';
import QueryProvider from '$lib/queries/QueryProvider.svelte';
migratePageSourceKeys();
let { children }: { children: Snippet } = $props();
let query = $state('');