ready4testing

This commit is contained in:
Gerrit Linnemann 2015-11-02 17:09:20 +01:00
parent 39a509ccaa
commit 5910949219

View File

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