ready4testing

This commit is contained in:
Gerrit Linnemann 2015-11-02 17:10:32 +01:00
parent 5910949219
commit 1315d94b28

View File

@ -80,7 +80,7 @@ exports.play = function(idx) {
var catCmd = 'cat ' + m3u + ' | grep http://';
exec(catCmd, function(error, stdout, stderr){
Log.inspect('Radio: Play', data);
Log.inspect('Radio: Play', stdout);
});