ready4testing
This commit is contained in:
parent
1315d94b28
commit
163ce0259d
@ -79,8 +79,9 @@ exports.play = function(idx) {
|
||||
}
|
||||
|
||||
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: Douh', stderr);
|
||||
});
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user