diff --git a/web/src/lib/components/download-season-dialog.svelte b/web/src/lib/components/download-season-dialog.svelte index 217da8f..79e7b79 100644 --- a/web/src/lib/components/download-season-dialog.svelte +++ b/web/src/lib/components/download-season-dialog.svelte @@ -61,8 +61,6 @@ return false; } - - const data: PublicIndexerQueryResult[] = await response.json(); console.log('Downloading torrent:', data); toast.success('Torrent download started successfully!');