更新 'SrcLive.js'

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

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

Loading…
Cancel
Save