mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Cleaned up IndexerService and tests
This commit is contained in:
parent
5b50aa5d59
commit
563db453fc
6 changed files with 34 additions and 51 deletions
|
@ -36,7 +36,6 @@ namespace NzbDrone.Core.Jobs
|
|||
|
||||
private ProgressNotification _notification;
|
||||
|
||||
|
||||
public JobController(NotificationProvider notificationProvider, IEnumerable<IJob> jobs, IJobRepository jobRepository, Logger logger)
|
||||
{
|
||||
StopWatch = new Stopwatch();
|
||||
|
@ -61,7 +60,6 @@ namespace NzbDrone.Core.Jobs
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
public virtual void QueueScheduled()
|
||||
{
|
||||
lock (_executionLock)
|
||||
|
@ -260,7 +258,5 @@ namespace NzbDrone.Core.Jobs
|
|||
_logger.Trace("resetting queue processor thread");
|
||||
_jobThread = new Thread(ProcessQueue) { Name = "JobQueueThread" };
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue