更新 'SrcLive.js'

pull/1/head
src48597962 2 years ago
parent e987177823
commit e469dec5fd
  1. 2
      SrcLive.js

@ -341,6 +341,7 @@ function LivePlay(name) {
let JYlives = JYlive.split('\n');
log(JYlives.length);
if(!/^url/.test(getMyVar('editmode','0'))||getMyVar('JYlivedyurl','juying')!="juying"){
log('1')
let urls = [];
for(let i = 0;i<JYlives.length;i++){
try{
@ -353,6 +354,7 @@ function LivePlay(name) {
}
}catch(e){}
}
log(url)
return JSON.stringify({
urls: urls
});

Loading…
Cancel
Save