From 9a0587bc17d681b3c5f116627936e20f7a6dbbe2 Mon Sep 17 00:00:00 2001 From: Qstick Date: Wed, 20 Dec 2017 22:02:07 -0500 Subject: [PATCH] Fixed: Removed Incorrect assembly, Lidarr.Common is called in base --- src/NzbDrone.Update/UpdateContainerBuilder.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/NzbDrone.Update/UpdateContainerBuilder.cs b/src/NzbDrone.Update/UpdateContainerBuilder.cs index 2108ebcd4..1a9aeb096 100644 --- a/src/NzbDrone.Update/UpdateContainerBuilder.cs +++ b/src/NzbDrone.Update/UpdateContainerBuilder.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using NzbDrone.Common.Composition; using NzbDrone.Common.EnvironmentInfo; using NzbDrone.Common.Http.Dispatchers; @@ -17,8 +17,7 @@ namespace NzbDrone.Update { var assemblies = new List { - "Lidarr.Update", - "NzbDrone.Common" + "Lidarr.Update" }; return new UpdateContainerBuilder(startupContext, assemblies).Container;