mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Hello Autofac, Goodbye Ninject
This commit is contained in:
parent
17d9d0cc4f
commit
924d3d0c8e
139 changed files with 473 additions and 572 deletions
|
@ -5,7 +5,6 @@ using System.Text;
|
|||
using NLog;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using Ninject;
|
||||
using NzbDrone.Common;
|
||||
using NzbDrone.Core.Model.Xem;
|
||||
|
||||
|
@ -19,7 +18,6 @@ namespace NzbDrone.Core.Providers
|
|||
|
||||
private const string XEM_BASE_URL = "http://thexem.de/map/";
|
||||
|
||||
[Inject]
|
||||
public XemCommunicationProvider(HttpProvider httpProvider)
|
||||
{
|
||||
_httpProvider = httpProvider;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue