mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed broken test
This commit is contained in:
parent
192e79d2ff
commit
fd531eda36
1 changed files with 1 additions and 0 deletions
|
@ -12,5 +12,6 @@ namespace NzbDrone.Api.Commands
|
||||||
public DateTime StateChangeTime { get; set; }
|
public DateTime StateChangeTime { get; set; }
|
||||||
public Boolean SendUpdatesToClient { get; set; }
|
public Boolean SendUpdatesToClient { get; set; }
|
||||||
public CommandStatus State { get; set; }
|
public CommandStatus State { get; set; }
|
||||||
|
public DateTime? LastExecutionTime { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue