mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-18 08:53:15 +02:00
feat: Updated library page to use new data store
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { library } from '$lib/stores/library.store';
|
||||
import { jellyfinItemsStore } from '$lib/stores/data.store';
|
||||
import { writable } from 'svelte/store';
|
||||
import { modalStack } from '../../stores/modal.store';
|
||||
import VideoPlayer from './VideoPlayer.svelte';
|
||||
@@ -17,7 +17,7 @@ function createPlayerState() {
|
||||
},
|
||||
close: () => {
|
||||
store.set({ visible: false, jellyfinId: '' });
|
||||
library.refresh();
|
||||
jellyfinItemsStore.refresh();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user