mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-19 12:53:24 +02:00
feat: Manage downloads and local media
This commit is contained in:
@@ -17,7 +17,7 @@ function createPlayerState() {
|
||||
},
|
||||
close: () => {
|
||||
store.set({ visible: false, jellyfinId: '' });
|
||||
jellyfinItemsStore.refresh();
|
||||
jellyfinItemsStore.send();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user