mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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