mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
manual property on Command resource
This commit is contained in:
@@ -13,5 +13,6 @@ namespace NzbDrone.Api.Commands
|
|||||||
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; }
|
public DateTime? LastExecutionTime { get; set; }
|
||||||
|
public Boolean Manual { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user