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

OsAgnostic for OnlyContain

pull/2/head
Mark McDowall 11 years ago
parent 41ebf21657
commit 149a1c2b75

@ -113,7 +113,7 @@ namespace NzbDrone.Core.Test.RootFolderTests
.Returns(new List<Series>());
Subject.GetUnmappedFolders(@"C:\")
.Should().OnlyContain(u => u.Path == @"C:\30 Rock");
.Should().OnlyContain(u => u.Path == @"C:\30 Rock".AsOsAgnostic());
}
}
}
Loading…
Cancel
Save