@ -31,16 +31,16 @@ function update_field(field, data){
}
}
functionupdate_listeners(json_obj){
functionupdate_listeners(json_obj){
varnowPlaying=getFirstPlaying(json_obj);
varnowPlaying=getFirstPlaying(json_obj);
if(nowPlaying!=null){
if(nowPlaying!=null){
update_field('listeners1',nowPlaying.listeners);
update_field('listeners1',nowPlaying.listeners);
}
}
}
}
functionautoupdate(){
functionautoupdate(){
update();
update();
setInterval(function(){update();},30000);
setInterval(function(){update();},30000);
}
}
functionchange_bg(id){
functionchange_bg(id){
@ -60,9 +60,9 @@ function getFirstPlaying(jsonObj){
for(o=0;o<sources.length;o++){
for(o=0;o<sources.length;o++){
if(sources[o].title!=undefined&&masterStreams.some(stream=>sources[o].listenurl.endsWith(stream))){//check if source has a title key AND belongs to masterStreams
if(sources[o].title!=undefined&&masterStreams.some(stream=>sources[o].listenurl.endsWith(stream))){//check if source has a title key AND belongs to masterStreams