mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Queue UI no longer shows unknown ETAs as 0:00:00.
This commit is contained in:
parent
f304ad50d1
commit
cb0f7792f2
6 changed files with 20 additions and 11 deletions
|
@ -13,7 +13,7 @@ namespace NzbDrone.Api.Queue
|
|||
public Decimal Size { get; set; }
|
||||
public String Title { get; set; }
|
||||
public Decimal Sizeleft { get; set; }
|
||||
public TimeSpan Timeleft { get; set; }
|
||||
public TimeSpan? Timeleft { get; set; }
|
||||
public String Status { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue