mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
New: Show processing time for pending items on Calendar and Queue
This commit is contained in:
@@ -15,6 +15,7 @@ namespace NzbDrone.Core.Queue
|
||||
public String Title { get; set; }
|
||||
public Decimal Sizeleft { get; set; }
|
||||
public TimeSpan? Timeleft { get; set; }
|
||||
public DateTime? EstimatedCompletionTime { get; set; }
|
||||
public String Status { get; set; }
|
||||
public String ErrorMessage { get; set; }
|
||||
public RemoteEpisode RemoteEpisode { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user