Allow season zero for auto-downloads

This commit is contained in:
Dymas
2026-09-09 22:54:01 +02:00
parent 91228d58e0
commit 079488fa5a
9 changed files with 128 additions and 17 deletions
+1 -1
View File
@@ -520,7 +520,7 @@ INDEX_HTML = r"""<!doctype html>
</div>
<div class="row">
<label>Season
<input id="seasonInput" inputmode="numeric" pattern="[0-9]*" value="1">
<input id="seasonInput" type="number" min="0" step="1" inputmode="numeric" pattern="[0-9]*" value="1">
</label>
<label>Episodes
<input id="episodesInput" placeholder="1-12">