mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-19 06:42:40 +01:00
manual property on Command resource
This commit is contained in:
parent
1b18baca44
commit
cd13f4345a
1 changed files with 1 additions and 0 deletions
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue