更新 'SrcLive.js'

pull/1/head
src48597962 2 years ago
parent c3452b313a
commit 5607987ce4
  1. 5
      SrcLive.js

@ -189,7 +189,10 @@ function Live() {
} }
writeFile(JYlivefile, JYlives.join('\n')); writeFile(JYlivefile, JYlives.join('\n'));
deleteItem(groupname); deleteItem(groupname);
updateItem(groupname,{title:groupname}); let playlist = lists.map((list)=>{
return list.name;
});
deleteItem(playlist);
hideLoading(); hideLoading();
return "toast://已删除分组 <"+groupname+"> 所有地址"; return "toast://已删除分组 <"+groupname+"> 所有地址";
}catch(e){ }catch(e){

Loading…
Cancel
Save