mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 01:01:34 +02:00
fixed update again.
This commit is contained in:
@@ -17,9 +17,8 @@ namespace NzbDrone.Host
|
||||
}
|
||||
|
||||
private MainAppContainerBuilder(StartupArguments args)
|
||||
: base("NzbDrone.Host", "NzbDrone.Common", "NzbDrone.Core", "NzbDrone.Api")
|
||||
: base(args, "NzbDrone.Host", "NzbDrone.Common", "NzbDrone.Core", "NzbDrone.Api")
|
||||
{
|
||||
Container.Register<IStartupArguments>(args);
|
||||
|
||||
AutoRegisterImplementations<NzbDronePersistentConnection>();
|
||||
|
||||
|
Reference in New Issue
Block a user