mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Cleaned up progress notification.
This commit is contained in:
parent
6e9a6313ff
commit
0a70c836df
5 changed files with 86 additions and 35 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue