feat: Manage downloads and local media

This commit is contained in:
Aleksi Lassila
2024-04-02 20:31:40 +03:00
parent 8a6cfc0669
commit 880b653e8d
23 changed files with 540 additions and 296 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import FullScreenModal from '../ManageMedia/FullScreenModal.svelte';
import FullScreenModal from '../Modal/FullScreenModal.svelte';
import VideoPlayer from './VideoPlayer.svelte';
export let modalId: symbol;
export let id: string;