-
- Download Seasons
-
-
-
- Download a Season
-
- Search and download torrents for a specific season or season packs.
-
-
-
-
- Standard Mode
- Advanced Mode
-
-
-
- {#if show?.seasons?.length > 0}
-
-
-
- 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!
-
-
- A list of all episodes.
-
-
- Number
- Title
-
-
-
- {#each season.episodes as episode (episode.id)}
-
- {episode.number}
- {episode.title}
-
- {/each}
-
-
-
-
+
+
+
+
+
+
+ {show.overview}
+
+
+
+
+
+
+ A list of all episodes.
+
+
+ Number
+ Title
+
+
+
+ {#each season.episodes as episode (episode.id)}
+
+ {episode.number}
+ {episode.title}
+
+ {/each}
+
+
+