mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Inject constructors
This commit is contained in:
parent
48114ee6cc
commit
db3731f99e
6 changed files with 12 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
using Ninject;
|
||||
using NzbDrone.Core.Model.Notification;
|
||||
using NzbDrone.Core.Providers;
|
||||
|
||||
|
@ -9,6 +10,7 @@ namespace NzbDrone.Core.Jobs
|
|||
{
|
||||
private readonly SceneMappingProvider _sceneNameMappingProvider;
|
||||
|
||||
[Inject]
|
||||
public UpdateSceneMappingsJob(SceneMappingProvider sceneNameMappingProvider)
|
||||
{
|
||||
_sceneNameMappingProvider = sceneNameMappingProvider;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue