From 5607987ce4beb8d43aa9cc205b12f400e0a8e38c Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Thu, 20 Oct 2022 13:44:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcLive.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcLive.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SrcLive.js b/SrcLive.js index 6bc81805..f1de8ebc 100644 --- a/SrcLive.js +++ b/SrcLive.js @@ -189,7 +189,10 @@ function Live() { } writeFile(JYlivefile, JYlives.join('\n')); deleteItem(groupname); - updateItem(groupname,{title:groupname}); + let playlist = lists.map((list)=>{ + return list.name; + }); + deleteItem(playlist); hideLoading(); return "toast://已删除分组 <"+groupname+"> 所有地址"; }catch(e){