ready4testing
This commit is contained in:
parent
39a509ccaa
commit
5910949219
@ -78,8 +78,8 @@ exports.play = function(idx) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var catProcess = exec('cat ' + m3u + ' | grep http://');
|
var catCmd = 'cat ' + m3u + ' | grep http://';
|
||||||
catProcess.stdout.on('data', function(data) {
|
exec(catCmd, function(error, stdout, stderr){
|
||||||
Log.inspect('Radio: Play', data);
|
Log.inspect('Radio: Play', data);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user