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

Ensure Season Folder Format will correctly replace illegal characters

pull/3396/head
Mark McDowall 6 years ago
parent 42263a0ec0
commit 101df4cbf1

@ -22,6 +22,7 @@ namespace NzbDrone.Core.Test.OrganizerTests
[TestCase("Venture Bros.", 1, "{Series.Title}.{season:00}", "Venture.Bros.01")]
[TestCase("Venture Bros.", 1, "{Series Title} Season {season:00}", "Venture Bros. Season 01")]
[TestCase("Series Title?", 1, "{Series Title} Season {season:00}", "Series Title! Season 01")]
public void should_use_seriesFolderFormat_to_build_folder_name(string seriesTitle, int seasonNumber, string format, string expected)
{
namingConfig.SeasonFolderFormat = format;

Loading…
Cancel
Save