mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Changed timing of desktop notifications
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user