Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/07c71296fbb0ec2ea1813bfcaf5c1328bd6f2faf You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/165/merge
Mark McDowall 10 years ago
parent 03b5095b06
commit 07c71296fb

@ -267,7 +267,7 @@ namespace NzbDrone.Core.Test.OrganizerTests.FileNameBuilderTests
_namingConfig.MultiEpisodeStyle = 5;
Subject.BuildFileName(new List<Episode> { _episode1, _episode2, _episode3 }, _series, _episodeFile)
.Should().Be("South Park - 15E06-x08 - City Sushi");
.Should().Be("South Park - 15x06-x08 - City Sushi");
}
}
}

Loading…
Cancel
Save