wrong file fixed
This commit is contained in:
parent
1b4df4af59
commit
6ccbf51452
@ -80,11 +80,11 @@ exports.play = function(idx) {
|
||||
}
|
||||
|
||||
|
||||
grep('http://', m3u, function(list){
|
||||
/*grep('http://', m3u, function(list){
|
||||
Log.inspect('Radio: grep', list);
|
||||
});
|
||||
|
||||
|
||||
});*/
|
||||
|
||||
|
||||
/*try {
|
||||
var parsers = require('playlist-parser');
|
||||
var M3U = parsers.M3U;
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
MY_PATH="$(pwd)"
|
||||
. $MY_PATH/bin/_inc/def_text_coloring.sh
|
||||
stream2play=`cat config.txt`
|
||||
stream2play=`cat /tmp/kitchenradio.m3u`
|
||||
|
||||
|
||||
### PRORGAM
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user