From f817f55408a399bbc34dec14d4c6f2c6e0868ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 16 Feb 2015 17:23:14 +0100 Subject: [PATCH] Changed timing of desktop notifications --- js/youtube.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/youtube.js b/js/youtube.js index 57df676c..6782216d 100755 --- a/js/youtube.js +++ b/js/youtube.js @@ -409,6 +409,6 @@ function notifyUser(id, title) { var notification = new Notification("Now Playing", {body: title, icon: "http://i.ytimg.com/vi/"+id+"/mqdefault.jpg", iconUrl: "http://i.ytimg.com/vi/"+id+"/mqdefault.jpg"}); setTimeout(function(){ notification.close(); - },10000); + },5000); } } \ No newline at end of file