mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-27 22:57:09 -04:00
New: Filter queue by status
(cherry picked from commit fb540040ef66e90c55b82539b85df378d6c76bd3) Closes #10648
This commit is contained in:
@@ -21,7 +21,7 @@ namespace NzbDrone.Core.Queue
|
||||
public TimeSpan? Timeleft { get; set; }
|
||||
public DateTime? EstimatedCompletionTime { get; set; }
|
||||
public DateTime? Added { get; set; }
|
||||
public string Status { get; set; }
|
||||
public QueueStatus Status { get; set; }
|
||||
public TrackedDownloadStatus? TrackedDownloadStatus { get; set; }
|
||||
public TrackedDownloadState? TrackedDownloadState { get; set; }
|
||||
public List<TrackedDownloadStatusMessage> StatusMessages { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user