+ {/if}
+
+ {#snippet rowSnippet(torrent)}
+ {torrent.title}
+ {(torrent.size / 1024 / 1024 / 1024).toFixed(2)}GB
+ {torrent.seeders}
+ {torrent.score}
+ {torrent.indexer ?? 'Unknown'}
+
+ {#each torrent.flags as flag (flag)}
+ {flag}
+ {/each}
+
+
+ downloadTorrent(torrent.id)}
+ />
+
+ {/snippet}
+
+
diff --git a/web/src/lib/components/download-dialogs/download-season-dialog.svelte b/web/src/lib/components/download-dialogs/download-season-dialog.svelte
index b9171ab..65bfc80 100644
--- a/web/src/lib/components/download-dialogs/download-season-dialog.svelte
+++ b/web/src/lib/components/download-dialogs/download-season-dialog.svelte
@@ -1,5 +1,5 @@
-
- Download Seasons
-
-
- Download a Season
-
- Search and download torrents for a specific season or season packs.
-
-
-
-
- Standard Mode
- Advanced Mode
-
-
-
-
-
-
-
-
-
- Enter the season's number you want to search for. The first, usually 1, or the last
- season number usually yield the most season packs. Note that only Seasons which are
- listed in the "Seasons" cell will be imported!
-
-
-
-
-
-
-
-
-
-
-
- The custom query will override the default search string like "The Simpsons Season 3".
- Note that only Seasons which are listed in the "Seasons" cell will be imported!
-
-
-
-
- {#if torrentsError}
-
An error occurred: {torrentsError}
- {/if}
-
- {#await torrentsPromise}
-
-
-
Loading torrents...
-
- {:then}
-
Found Torrents:
-
-
-
-
- Title
- {#each tableColumnHeadings as { name, id } (id)}
- sortData(id)} class="cursor-pointer">
-
- Start searching by clicking the search button!
-
-
- {:else}
-
-
No torrents found.
-
- {/if}
- {/each}
-
-
-
- {:catch error}
-
Failed to load torrents.
-
Error: {error.message}
- {/await}
-
-
-
+
+
+ {#snippet basicModeContent()}
+
+
+
+
+
+
+ Enter the season's number you want to search for. The first, usually 1, or the last season
+ number usually yield the most season packs. Note that only Seasons which are listed in the
+ "Seasons" cell will be imported!
+