New: Added column in Queue

(cherry picked from commit 57445bbe57a84990e284ef97d42455a06587e1ee)

Closes #4460
This commit is contained in:
Rubicj 2024-01-15 21:28:28 -08:00 committed by Bogdan
parent 3f865fd8e8
commit 829ef83e00
11 changed files with 38 additions and 5 deletions

View file

@ -15,6 +15,7 @@ interface Queue extends ModelBase {
sizeleft: number;
timeleft: string;
estimatedCompletionTime: string;
added?: string;
status: string;
trackedDownloadStatus: string;
trackedDownloadState: string;