mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
test download and remove files
This commit is contained in:
@@ -61,7 +61,7 @@ export default class DownloadHandler {
|
||||
const progress = files.reduce((acc, d) => acc + d.progress, 0)
|
||||
|
||||
return {
|
||||
average: (progress / total) * 100,
|
||||
average: (progress / total) * 100 || 0,
|
||||
files: this.downloads.filter(d => d.status !== 'finished').length,
|
||||
totalSize: total,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user