mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-23 03:35:03 -04:00
Fixed broken test
This commit is contained in:
1 parent
192e79d2ff
commit
fd531eda36
1 file changed
+1
@@ -12,5 +12,6 @@ public class CommandResource : RestResource
|
||||
public DateTime StateChangeTime { get; set; }
|
||||
public Boolean SendUpdatesToClient { get; set; }
|
||||
public CommandStatus State { get; set; }
|
||||
public DateTime? LastExecutionTime { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in new issue
Block a user