This commit is contained in:
2025-11-05 12:12:53 -07:00
parent 1dfeb0be93
commit 129259cb74
3 changed files with 44 additions and 7 deletions

View File

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