add: Notifications

This commit is contained in:
Aleksi Lassila
2023-08-21 13:13:49 +03:00
parent eac6db6b7a
commit 676512104f
20 changed files with 169 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
import { library } from '$lib/stores/library.store';
import { writable } from 'svelte/store';
import { modalStack } from '../Modal/Modal';
import { modalStack } from '../../stores/modal.store';
import VideoPlayer from './VideoPlayer.svelte';
const initialValue = { visible: false, jellyfinId: '' };