mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-20 07:53:32 +02:00
feat: Updated library page to use new data store
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
import {
|
||||
createJellyfinItemStore,
|
||||
createRadarrMovieStore,
|
||||
createSonarrItemStore
|
||||
} from '$lib/stores/library.store';
|
||||
createSonarrSeriesStore
|
||||
} from '$lib/stores/data.store';
|
||||
import type { TitleType } from '$lib/types';
|
||||
import { formatMinutesToTime } from '$lib/utils';
|
||||
import classNames from 'classnames';
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
let jellyfinItemStore = createJellyfinItemStore(tmdbId);
|
||||
let radarrMovieStore = createRadarrMovieStore(tmdbId);
|
||||
let sonarrSeriesStore = createSonarrItemStore(title);
|
||||
let sonarrSeriesStore = createSonarrSeriesStore(title);
|
||||
</script>
|
||||
|
||||
<ContextMenu heading={title}>
|
||||
|
||||
Reference in New Issue
Block a user