mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
Removed all static state tracking from job provider.
This commit is contained in:
parent
c23e736cc6
commit
6828f099bc
6 changed files with 53 additions and 51 deletions
|
@ -30,7 +30,7 @@ namespace NzbDrone.Web.Controllers
|
|||
|
||||
public ActionResult Jobs()
|
||||
{
|
||||
ViewData["Queue"] = JobProvider.Queue.Select(c => new JobQueueItemModel {
|
||||
ViewData["Queue"] = _jobProvider.Queue.Select(c => new JobQueueItemModel {
|
||||
Name = c.JobType.Name,
|
||||
TargetId = c.TargetId,
|
||||
SecondaryTargetId = c.SecondaryTargetId
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue