mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 01:03:57 +00:00
chore: improving download queue
This commit is contained in:
@@ -56,6 +56,7 @@ export interface Download {
|
||||
fileSize: number | null;
|
||||
shouldSeed: boolean;
|
||||
status: DownloadStatus | null;
|
||||
queued: boolean;
|
||||
timestamp: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user