Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/bf5b645416de0c5a78bc3c8f8f1ea35a52b66a94 You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/4/head
Taloth Saldono 10 years ago
parent aa7aa3ce61
commit bf5b645416

@ -20,7 +20,7 @@ namespace NzbDrone.Core.Test.IndexerTests.FanzubTests
Subject.Definition = new IndexerDefinition()
{
Name = "Fanzub",
Settings = new NullConfig()
Settings = new FanzubSettings()
};
}

Loading…
Cancel
Save