mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
chore: improving download queue
This commit is contained in:
parent
f387560836
commit
549481f85a
9 changed files with 25 additions and 12 deletions
|
|
@ -56,6 +56,7 @@ export interface Download {
|
|||
fileSize: number | null;
|
||||
shouldSeed: boolean;
|
||||
status: DownloadStatus | null;
|
||||
queued: boolean;
|
||||
timestamp: number;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue