feat: Modals & release downloading

This commit is contained in:
Aleksi Lassila
2024-04-01 12:39:09 +03:00
parent ad8476d78a
commit 243ee258c1
30 changed files with 312 additions and 105 deletions

View File

@@ -1,5 +1,5 @@
import { writable } from 'svelte/store';
import { modalStack } from '../../stores/modal.store';
import { modalStack } from '../Modal/modal.store';
import VideoPlayer from './VideoPlayer.svelte';
import { jellyfinItemsStore } from '../../stores/data.store';