mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
Fixed: Scheduled Tasks that last ran in the future will be re-run after application start up
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user