add stream caching ("offline mode")

This commit is contained in:
2026-03-16 20:32:33 +01:00
parent 8573b82515
commit 3aa762d544
12 changed files with 153 additions and 17 deletions

View File

@@ -19,7 +19,7 @@
const bubble = createBubbler();
import { onMount, onDestroy } from 'svelte';
import { fade } from 'svelte/transition';
import { getStreamContext } from '$lib/stream-context.svelte.ts';
import { getStreamContext } from '$lib/streamContext.svelte.ts';
import type { Track } from '$lib/types';
const ctx = getStreamContext();