mirror of
https://github.com/Radarr/Radarr
synced 2026-04-20 23:32:19 +02: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 @@ public class CommandResource : RestResource
|
||||||
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…
Reference in a new issue