mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Queue UI no longer shows unknown ETAs as 0:00:00.
This commit is contained in:
@@ -15,8 +15,8 @@ namespace NzbDrone.Core.Download
|
||||
|
||||
public Int64 TotalSize { get; set; }
|
||||
public Int64 RemainingSize { get; set; }
|
||||
public TimeSpan DownloadTime { get; set; }
|
||||
public TimeSpan RemainingTime { get; set; }
|
||||
public TimeSpan? DownloadTime { get; set; }
|
||||
public TimeSpan? RemainingTime { get; set; }
|
||||
|
||||
public String OutputPath { get; set; }
|
||||
public String Message { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user