mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
#27 added TV Search to the notification
This commit is contained in:
parent
d07f544099
commit
4c59e9d19c
2 changed files with 15 additions and 3 deletions
|
@ -78,9 +78,12 @@ $(function () {
|
|||
if (seasons === "1") {
|
||||
// Send over the first season
|
||||
data = data + "&seasons=first";
|
||||
|
||||
}
|
||||
|
||||
var $notify = $('#notifyUser').is(':checked');
|
||||
|
||||
data = data + "¬ify=" + $notify;
|
||||
|
||||
var type = $form.prop('method');
|
||||
var url = $form.prop('action');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue