mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Fixed Episode CleanTitle token helper and keep # in title
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user