mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-05 13:20:20 -05:00
SeriesFolderFormat needs to be OS Agnostic
This commit is contained in:
@@ -153,7 +153,7 @@ namespace NzbDrone.Core.Test.RootFolderTests
|
||||
[Test]
|
||||
public void should_get_unmapped_folders_inside_letter_subfolder()
|
||||
{
|
||||
_namingConfig.SeriesFolderFormat = "{Series TitleFirstCharacter}\\{Series Title}";
|
||||
_namingConfig.SeriesFolderFormat = "{Series TitleFirstCharacter}\\{Series Title}".AsOsAgnostic();
|
||||
|
||||
var rootFolderPath = @"C:\Test\TV".AsOsAgnostic();
|
||||
var rootFolder = Builder<RootFolder>.CreateNew()
|
||||
|
||||
Reference in New Issue
Block a user