From 98cb36cd5ea2a85fa46f4c9fd4986f2860f1291a Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sun, 27 Nov 2022 15:32:57 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcLive.js b/SrcLive.js index f638fabb..732989a5 100644 --- a/SrcLive.js +++ b/SrcLive.js @@ -433,7 +433,7 @@ function LiveEdit(name,mode) { let tvip = getItem('hikertvboxset', ''); if(urls.length>0){ push['from'] = name; - push['url'] = urls.join('#').replace(/\&/g, '&&'); + push['url'] = {urls:urls}//urls.join('#').replace(/\&/g, '&&'); var state = request(tvip + '/action', { headers: { 'Content-Type': 'application/x-www-form-urlencoded',