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

@@ -9,7 +9,7 @@
import { onMount } from 'svelte';
import type { TitleType } from '$lib/types';
export let modalId: Symbol;
export let modalId: symbol;
let inputValue = '';
let inputElement: HTMLInputElement;