This commit is contained in:
Julian Lam
2014-03-24 20:24:06 -04:00
parent abc7fd54f3
commit fc1cb76444

View File

@@ -381,7 +381,7 @@ var fs = require('fs'),
// Return proper paths
files.forEach(function(filename) {
localList[filename] = nconf.get('url') + '/sounds/' + filename;
localList[filename] = nconf.get('relative_path') + '/sounds/' + filename;
});
callback(null, localList);