mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 06:27:08 -04:00
Fixed: Update ScheduledTask cache LastStartTime on command execution
This commit is contained in:
parent
8d4b2dd21b
commit
cabdad6306
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ namespace NzbDrone.Core.Jobs
|
|||
|
||||
_scheduledTaskRepository.SetLastExecutionTime(scheduledTask.Id, lastExecution, message.Command.StartedAt.Value);
|
||||
_cache.Find(scheduledTask.TypeName).LastExecution = lastExecution;
|
||||
_cache.Find(scheduledTask.TypeName).LastStartTime = message.Command.StartedAt.Value;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue