mirror of https://github.com/Sonarr/Sonarr
Register Common providers
This commit is contained in:
parent
05aed27923
commit
ca94a3de3d
|
@ -29,6 +29,7 @@ namespace NzbDrone.Update
|
|||
Console.WriteLine("Starting NzbDrone Update Client");
|
||||
var builder = new ContainerBuilder();
|
||||
builder.RegisterAssemblyTypes(typeof(UpdateProvider).Assembly).SingleInstance();
|
||||
builder.RegisterAssemblyTypes(typeof(RestProvider).Assembly).SingleInstance();
|
||||
_container = builder.Build();
|
||||
InitLoggers();
|
||||
|
||||
|
|
Loading…
Reference in New Issue