1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

UI cleanup for tasks

This commit is contained in:
Mark McDowall
2014-09-12 07:31:32 -07:00
parent 2b0ddb6131
commit 6b912a56f0
4 changed files with 21 additions and 13 deletions
@@ -6,7 +6,7 @@ namespace NzbDrone.Api.System.Tasks
public class TaskResource : RestResource
{
public String Name { get; set; }
public String CommandName { get; set; }
public String TaskName { get; set; }
public Int32 Interval { get; set; }
public DateTime LastExecution { get; set; }
public DateTime NextExecution { get; set; }