fix: TV Back button not working and choppy sidebar animations

This commit is contained in:
Aleksi Lassila
2024-04-14 15:38:28 +03:00
parent 72027faff2
commit d3a47555fd
8 changed files with 29 additions and 9 deletions

View File

@@ -8,6 +8,7 @@
import { getQualities } from '../../apis/jellyfin/qualities';
import { appState } from '../../stores/app-state.store';
import { onDestroy } from 'svelte';
import { modalStack } from '../Modal/modal.store';
export let id: string;
export let modalId: symbol;