From 998be0cbff5b905ea56807c7fd71ba92c16de8b6 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Fri, 14 Oct 2022 16:21:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJySet.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJySet.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/SrcJySet.js b/SrcJySet.js index f1c18c42..e2386e85 100644 --- a/SrcJySet.js +++ b/SrcJySet.js @@ -2232,13 +2232,9 @@ function Resourceimport(input){ urls.push(arr); } } - let jxnum = jiexisave(urls); - if(jxnum>0){ - return "toast://导入完成,解析保存:"+jxnum; - }else{ - return "toast://无解析"; - } + jxnum = jiexisave(urls); } catch (e) { + jxnum = -1; log('TVBox导入解析保存失败>'+e.message); } }