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

@@ -7,7 +7,7 @@
export let tmdbId: number;
export let type: TitleType;
export let modalId: Symbol;
export let modalId: symbol;
function handleCloseModal() {
modalStack.close(modalId);