mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Added missing property to CommandResource.
This commit is contained in:
parent
44e6c46337
commit
e05365a669
1 changed files with 12 additions and 0 deletions
|
@ -78,6 +78,18 @@ namespace NzbDrone.Api.Commands
|
|||
set { }
|
||||
}
|
||||
|
||||
public Boolean UpdateScheduledTask
|
||||
{
|
||||
get
|
||||
{
|
||||
if (Body != null) return Body.UpdateScheduledTask;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
set { }
|
||||
}
|
||||
|
||||
public DateTime? LastExecutionTime { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue