Skip to content

Commit

Permalink
Update stats.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtualHotBar committed Jun 1, 2024
1 parent 99a255b commit 9f619df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/stats/stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async function reupStats() {

rcloneInfo.stats = {
...stats,
realSpeed: realSpeed/* ||stats.speed */
realSpeed: realSpeed||0/* stats.speed */
}

//历史状态
Expand Down

0 comments on commit 9f619df

Please sign in to comment.