Fixed: Scheduled Tasks that last ran in the future will be re-run after application start up

This commit is contained in:
Mark McDowall 2013-11-28 18:07:11 -08:00
parent e6a4008fad
commit 133ee1a0b3
5 changed files with 88 additions and 1 deletions

View file

@ -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))