mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-09 05:40:53 +02:00
SeriesFolderFormat needs to be OS Agnostic
This commit is contained in:
parent
81d2b18ce1
commit
69f325b9dd
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ public void should_get_root_folder_with_subfolders_excluding_special_sub_folders
|
|||
[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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue