mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
New: Show processing time for pending items on Calendar and Queue
This commit is contained in:
parent
3b26e82644
commit
c21ffcb5e4
7 changed files with 47 additions and 14 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue