fix: Radarr & Sonarr requests fail due to wrong indexerId, fix: Invalid backdrop urls

This commit is contained in:
Aleksi Lassila
2023-08-15 15:12:17 +03:00
parent 4732cc1c47
commit 3cba296db1
11 changed files with 36 additions and 32 deletions

View File

@@ -16,7 +16,7 @@
import { playerState } from './VideoPlayer';
import { modalStack } from '../Modal/Modal';
export let modalId: Symbol;
export let modalId: symbol;
let uiVisible = true;