Fixed Episode CleanTitle token helper and keep # in title

This commit is contained in:
Mark McDowall
2014-12-21 23:50:23 -08:00
parent 71c735546e
commit 9fd90e6f99
4 changed files with 7 additions and 5 deletions
@@ -893,7 +893,7 @@ namespace NzbDrone.Core.Test.OrganizerTests
_namingConfig.StandardEpisodeFormat = "{Episode.CleanTitle}";
Subject.BuildFileName(new List<Episode> { _episode1 }, _series, _episodeFile)
.Should().Be("Rule.23.Never.Lie.to.the.Kids");
.Should().Be("Rule.#23.Never.Lie.to.the.Kids");
}
[Test]