mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed: Scheduled Tasks that last ran in the future will be re-run after application start up
This commit is contained in:
parent
e6a4008fad
commit
133ee1a0b3
5 changed files with 88 additions and 1 deletions
|
@ -62,7 +62,6 @@ namespace NzbDrone.Core.Jobs
|
|||
|
||||
_logger.Debug("Initializing jobs. Available: {0} Existing:{1}", defaultTasks.Count(), currentTasks.Count());
|
||||
|
||||
|
||||
foreach (var job in currentTasks)
|
||||
{
|
||||
if (!defaultTasks.Any(c => c.TypeName == job.TypeName))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue