ready4testing

This commit is contained in:
2015-11-02 17:13:46 +01:00
parent 1315d94b28
commit 163ce0259d
+2 -1
View File
@@ -79,8 +79,9 @@ 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);
}); });