Proof of concept tmdb data fetching running on tizen

This commit is contained in:
Aleksi Lassila
2024-03-01 17:49:32 +02:00
parent b14bf78292
commit 1c1fbbf043
32 changed files with 468 additions and 90 deletions

View File

@@ -1,7 +1,7 @@
import { jellyfinItemsStore } from '$lib/stores/data.store';
import { writable } from 'svelte/store';
import { modalStack } from '../../stores/modal.store';
import VideoPlayer from './VideoPlayer.svelte';
import { jellyfinItemsStore } from '../../stores/data.store';
const initialValue = { visible: false, jellyfinId: '' };
export type PlayerStateValue = typeof initialValue;