ready4testing
This commit is contained in:
parent
d5b821813f
commit
c2790b7958
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user