diff --git a/htdocs/js/mpd.js b/htdocs/js/mpd.js index a0a0cd0..b6db9af 100644 --- a/htdocs/js/mpd.js +++ b/htdocs/js/mpd.js @@ -502,7 +502,7 @@ $('#btnnotify').on('click', function (e) { } if (permission === "granted") { - $.cookie("notification", true); + $.cookie("notification", true, { expires: 424242 }); $('btnnotify').addClass("active"); } });