Thread: [See Bugtracker] Mac Notification Center Integration
View Single Post
  #18  
Old 21.03.2017, 10:55
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,232
Default

there is little misstake in script

callAsync(function() {}, "notifier", "-title", title, "-subtitle", subtitle, "-message", message, "-sound", sound);
must be
callAsync(function() {}, notifier, "-title", title, "-subtitle", subtitle, "-message", message, "-sound", sound);
__________________
JD-Dev & Server-Admin
Reply With Quote