mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Merge branch 'autofac'
Conflicts: NzbDrone.Common/IISProvider.cs NzbDrone.Core/CentralDispatch.cs
This commit is contained in:
commit
1ef6906dc1
142 changed files with 552 additions and 627 deletions
|
@ -3,7 +3,6 @@ using System.Collections.Generic;
|
|||
using System.IO;
|
||||
using System.Linq;
|
||||
using NLog;
|
||||
using Ninject;
|
||||
using NzbDrone.Common;
|
||||
|
||||
namespace NzbDrone.Update.Providers
|
||||
|
@ -17,7 +16,6 @@ namespace NzbDrone.Update.Providers
|
|||
private readonly IISProvider _iisProvider;
|
||||
private static readonly Logger logger = LogManager.GetCurrentClassLogger();
|
||||
|
||||
[Inject]
|
||||
public UpdateProvider(DiskProvider diskProvider, ServiceProvider serviceProvider,
|
||||
ProcessProvider processProvider, EnvironmentProvider environmentProvider, IISProvider iisProvider)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue