更新 'SrcLive.js'

pull/1/head
src48597962 2 years ago
parent 3316942ab4
commit 6089a958f1
  1. 12
      SrcLive.js

@ -323,9 +323,15 @@ function LivePlay(name) {
} }
}catch(e){} }catch(e){}
} }
return JSON.stringify({ if(urls.length==0){
urls: urls return "toast://无播放地址";
}); }else if(urls.length==1){
return urls[0];
}else{
return JSON.stringify({
urls: urls
});
}
}else if(getMyVar('editmode','0')=="urldelete"){ }else if(getMyVar('editmode','0')=="urldelete"){
for(let i=0;i<JYlives.length;i++){ for(let i=0;i<JYlives.length;i++){
try{ try{

Loading…
Cancel
Save