add stream caching ("offline mode")
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script lang="ts">
|
||||
import Sidebar from './Sidebar.svelte';
|
||||
import Footer from './Footer.svelte';
|
||||
import { setStreamContext, StreamContext } from '$lib/stream-context.svelte.ts';
|
||||
import { setStreamContext, StreamContext } from '$lib/streamContext.svelte.ts';
|
||||
|
||||
// streams are grabbed from the server here, then accessed throughout the rest
|
||||
// of the components through the svelte context api
|
||||
|
||||
Reference in New Issue
Block a user