1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-29 18:15:37 -04:00

Fixed broken test

This commit is contained in:
Mark McDowall
2014-04-12 13:58:19 -07:00
parent 192e79d2ff
commit fd531eda36

View File

@@ -12,5 +12,6 @@ namespace NzbDrone.Api.Commands
public DateTime StateChangeTime { get; set; }
public Boolean SendUpdatesToClient { get; set; }
public CommandStatus State { get; set; }
public DateTime? LastExecutionTime { get; set; }
}
}