mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
Fixed: Removed Incorrect assembly, Lidarr.Common is called in base
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using NzbDrone.Common.Composition;
|
using NzbDrone.Common.Composition;
|
||||||
using NzbDrone.Common.EnvironmentInfo;
|
using NzbDrone.Common.EnvironmentInfo;
|
||||||
using NzbDrone.Common.Http.Dispatchers;
|
using NzbDrone.Common.Http.Dispatchers;
|
||||||
@@ -17,8 +17,7 @@ namespace NzbDrone.Update
|
|||||||
{
|
{
|
||||||
var assemblies = new List<string>
|
var assemblies = new List<string>
|
||||||
{
|
{
|
||||||
"Lidarr.Update",
|
"Lidarr.Update"
|
||||||
"NzbDrone.Common"
|
|
||||||
};
|
};
|
||||||
|
|
||||||
return new UpdateContainerBuilder(startupContext, assemblies).Container;
|
return new UpdateContainerBuilder(startupContext, assemblies).Container;
|
||||||
|
|||||||
Reference in New Issue
Block a user