ready4testing

This commit is contained in:
Gerrit Linnemann 2015-11-02 17:34:44 +01:00
parent d5b821813f
commit c2790b7958

View File

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