Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/9a0587bc17d681b3c5f116627936e20f7a6dbbe2 You should set ROOT_URL correctly, otherwise the web may not work correctly.

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

pull/170/head
Qstick 7 years ago
parent e780555d28
commit 9a0587bc17

@ -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;

Loading…
Cancel
Save