diff options
author | cglatot <[email protected]> | 2020-07-07 13:14:24 +0100 |
---|---|---|
committer | cglatot <[email protected]> | 2020-07-07 13:14:24 +0100 |
commit | 655728feacf2491c3d437b0b8368aa6a4127dc27 (patch) | |
tree | 1ad79ddac626ae5d4f9e403fe7707b2f106e3b24 /index.html | |
parent | d1ccf6836e660d89bf550253d73b8568e126cbbc (diff) | |
download | pasta-655728feacf2491c3d437b0b8368aa6a4127dc27.tar.gz pasta-655728feacf2491c3d437b0b8368aa6a4127dc27.zip |
Single Season Selection
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -459,6 +459,10 @@ checked> Single Episode </label> <label class="btn btn-secondary"> + <input type="radio" name="episodeOrSeries" id="singleSeason" autocomplete="off"> + Single Season + </label> + <label class="btn btn-secondary"> <input type="radio" name="episodeOrSeries" id="entireSeries" autocomplete="off"> Entire Series </label> |