chore: improving download queue

This commit is contained in:
Chubby Granny Chaser 2025-01-22 01:39:22 +00:00
parent f387560836
commit 549481f85a
No known key found for this signature in database
9 changed files with 25 additions and 12 deletions

View file

@ -56,6 +56,7 @@ export interface Download {
fileSize: number | null;
shouldSeed: boolean;
status: DownloadStatus | null;
queued: boolean;
timestamp: number;
}