Queue UI no longer shows unknown ETAs as 0:00:00.

This commit is contained in:
Taloth Saldono
2014-05-24 12:50:34 +02:00
parent f304ad50d1
commit cb0f7792f2
6 changed files with 20 additions and 11 deletions
@@ -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; }