Skip to content

Commit

Permalink
fix count is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
quzard authored and fzlins committed Jan 14, 2025
1 parent 73a0c32 commit 4fc1d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/sites/xp.m-team.cc/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4fc1d3d

Please sign in to comment.