From 31ee9572070048bea2f53316fe483ff6a725d82d Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sun, 16 Oct 2022 15:10:30 +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 d7f8ee93..2ec40697 100644 --- a/SrcLive.js +++ b/SrcLive.js @@ -26,7 +26,7 @@ function Live() { for(let i=0;i-1){ group = JYlives[i].split(',')[0]; - }else if(JYlives[i].indexOf(',')>-1){ + }else if(JYlives[i].indexOf(',http')>-1){ datalist.push({group: group, name: JYlives[i].split(',')[0]}); } }