Fixed: Removed Incorrect assembly, Lidarr.Common is called in base

This commit is contained in:
Qstick 2017-12-20 22:02:07 -05:00
parent e780555d28
commit 9a0587bc17
1 changed files with 2 additions and 3 deletions

View File

@ -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<string>
{
"Lidarr.Update",
"NzbDrone.Common"
"Lidarr.Update"
};
return new UpdateContainerBuilder(startupContext, assemblies).Container;