@ -48,7 +48,7 @@
"nodebb-widget-essentials": "~0.0.21",
"nodebb-theme-vanilla": "~0.0.19",
"nodebb-theme-lavender": "~0.0.25",
"nodebb-plugin-soundpack-default": "~0.1.0"
"nodebb-plugin-soundpack-default": "~0.1.1"
},
"devDependencies": {
"mocha": "~1.13.0"
@ -421,9 +421,9 @@ var fs = require('fs'),
if (err || !sounds) {
// Send default sounds
var defaults = {
notification: 'notification.wav',
'chat-incoming': 'waterdrop-high.wav',
'chat-outgoing': 'waterdrop-low.wav'
'notification': 'notification.mp3',
'chat-incoming': 'waterdrop-high.mp3',
'chat-outgoing': 'waterdrop-low.mp3'
};
return callback(null, defaults);