#27 added TV Search to the notification

This commit is contained in:
tidusjar 2016-04-25 17:01:39 +01:00
commit 4c59e9d19c
2 changed files with 15 additions and 3 deletions

View file

@ -78,9 +78,12 @@ $(function () {
if (seasons === "1") {
// Send over the first season
data = data + "&seasons=first";
}
var $notify = $('#notifyUser').is(':checked');
data = data + "&notify=" + $notify;
var type = $form.prop('method');
var url = $form.prop('action');