manual property on Command resource

This commit is contained in:
Mark McDowall 2014-09-10 23:56:24 -07:00
parent 1b18baca44
commit cd13f4345a
1 changed files with 1 additions and 0 deletions

View File

@ -13,5 +13,6 @@ namespace NzbDrone.Api.Commands
public Boolean SendUpdatesToClient { get; set; }
public CommandStatus State { get; set; }
public DateTime? LastExecutionTime { get; set; }
public Boolean Manual { get; set; }
}
}