Pass search season into watchlist auto-download
This commit is contained in:
+2
-1
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user