Cleaned up progress notification.

This commit is contained in:
kay.one 2011-11-20 20:43:16 -08:00
commit 0a70c836df
5 changed files with 86 additions and 35 deletions

View file

@ -79,7 +79,7 @@ namespace NzbDrone.Core.Model.Notification
/// <summary>
/// Gets the completed time.
/// </summary>
public DateTime CompletedTime { get; private set; }
public Nullable<DateTime> CompletedTime { get; private set; }
#region IDisposable Members