Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/356e14ac5b1ecbfbc876c2ee16a39bf025fde696
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
4 additions and
4 deletions
@ -28,7 +28,7 @@ namespace NzbDrone.Core.Test.IndexerTests.HDBitsTests
}
[TestCase("Files/Indexers/HdBits/RecentFeedLongIDs.json")]
[TestCase("Files/Indexers/HdBits/RecentFeedStringIDs.json")]
[TestCase("Files/Indexers/HdBits/RecentFeedStringIDs.json")]
public void should_parse_recent_feed_from_HDBits ( string fileName )
{
var responseJson = ReadAllText ( fileName ) ;
@ -373,9 +373,6 @@
<Compile Include= "UpdateTests\UpdatePackageProviderFixture.cs" />
<Compile Include= "UpdateTests\UpdateServiceFixture.cs" />
<Compile Include= "XbmcVersionTests.cs" />
<None Include= "Files\Indexers\HdBits\RecentFeedStringIDs.json" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\Marr.Data\Marr.Data.csproj" >
@ -414,6 +411,9 @@
<None Include= "Files\Indexers\HdBits\RecentFeedLongIDs.json" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</None>
<None Include= "Files\Indexers\HdBits\RecentFeedStringIDs.json" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</None>
<Content Include= "Files\html_image.jpg" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>