mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Added missing property to CommandResource.
This commit is contained in:
parent
44e6c46337
commit
e05365a669
@ -78,6 +78,18 @@ public Boolean SendUpdatesToClient
|
||||
set { }
|
||||
}
|
||||
|
||||
public Boolean UpdateScheduledTask
|
||||
{
|
||||
get
|
||||
{
|
||||
if (Body != null) return Body.UpdateScheduledTask;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
set { }
|
||||
}
|
||||
|
||||
public DateTime? LastExecutionTime { get; set; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user