add speed for download

This commit is contained in:
2025-11-05 12:21:42 -07:00
parent 129259cb74
commit 0b2e26470d
3 changed files with 16 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ export class DownloadProgress {
public queued: boolean,
public hash_checking: boolean,
public finishing: boolean,
public speed: number,
public etaSecs: number
) { }
}