Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/9515c8788a13e22cd21e60929363aa0eea19936d
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
3 additions and
4 deletions
@ -26,7 +26,7 @@ Thumbs.db
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult
[Tt]est[Rr]esult[s]
#NZBDrone specific
nzbdrone.db
@ -86,15 +86,13 @@
<Content Include= "Libs\FizzWare.NBuilder.dll" />
<Content Include= "Libs\Moq.dll" />
<Content Include= "Libs\Moq.xml" />
<Content Include= "Files\Queue.xml" >
<Content Include= "Files\Queue.xml" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "Files\QueueEmpty.xml" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include= "Files\QueueError.txt" >
<Content Include= "Files\QueueError.xml" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
@ -15,6 +15,7 @@ namespace NzbDrone.Core.Test
[Row("The Simpsons")]
[Row("Family Guy")]
[Row("South Park")]
[Ignore("Have to find a way to mock app path for tests.")]
public void TestSearch ( string title )
{
var tvCont = new TvDbController ( ) ;