From 098ecfa817f47ba76059c6073df03c5906a6963c Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sat, 26 Nov 2022 22:55: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 0c83b2e0..273da262 100644 --- a/SrcLive.js +++ b/SrcLive.js @@ -431,7 +431,7 @@ function LiveEdit(name,mode) { let tvip = getItem('hikertvboxset', ''); if(urls.length>0){ push['from'] = name; - push['url'] = urls; + push['url'] = urls.join('#').replace(/\&/g, '&&'); var state = request(tvip + '/action', { headers: { 'Content-Type': 'application/x-www-form-urlencoded',