Pass search season into watchlist auto-download

This commit is contained in:
Dymas
2026-05-25 10:30:33 +02:00
parent cad3cc46c4
commit d34fbae7e7
7 changed files with 21 additions and 3 deletions
+2 -1
View File
@@ -516,7 +516,8 @@ INDEX_HTML = r"""<!doctype html>
body: JSON.stringify({
show_id: state.selected.id,
title: state.selected.title,
category: $("trackCategory").value
category: $("trackCategory").value,
auto_download_series: $("seasonInput").value || "1"
})
});
setNotice(data.message || "Added to watchlist.");