Changed timing of desktop notifications

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-16 17:23:14 +01:00
parent b9188bd7a9
commit f817f55408

View File

@@ -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);
}
}