From 4fc1d3d29c24178c503f0fc94d813f939696258b Mon Sep 17 00:00:00 2001 From: quzard <1191890118@qq.com> Date: Sat, 11 Jan 2025 19:03:08 +0800 Subject: [PATCH] fix count is not defined --- resource/sites/xp.m-team.cc/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/sites/xp.m-team.cc/common.js b/resource/sites/xp.m-team.cc/common.js index ba25b7967..132bb3186 100644 --- a/resource/sites/xp.m-team.cc/common.js +++ b/resource/sites/xp.m-team.cc/common.js @@ -954,7 +954,7 @@ this.downloadURLs(urls, urls.length, hanleDownloadURLsCB, downloadOptions); } }).then(() => { - success({msg: this.t('downloadURLsFinished', {count: ` ${count}/${totalCnt}`})}); + success({msg: this.t('downloadURLsFinished', {count: ` ${successCnt}/${totalCnt}`})}); }) .catch(e => { console.error(e);