ready4testing

This commit is contained in:
Gerrit Linnemann 2015-11-02 17:13:46 +01:00
parent 1315d94b28
commit 163ce0259d

View File

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