mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-22 19:25:04 -04:00
manual property on Command resource
This commit is contained in:
1 parent
1b18baca44
commit
cd13f4345a
1 file changed
+1
@@ -13,5 +13,6 @@ public class CommandResource : RestResource
|
||||
public Boolean SendUpdatesToClient { get; set; }
|
||||
public CommandStatus State { get; set; }
|
||||
public DateTime? LastExecutionTime { get; set; }
|
||||
public Boolean Manual { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in new issue
Block a user