mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed: MediaManagement Settings (fresh db required)
This commit is contained in:
@@ -91,7 +91,7 @@ namespace NzbDrone.Integration.Test.ApiTests
|
||||
|
||||
var config = NamingConfig.GetSingle();
|
||||
config.RenameBooks = true;
|
||||
config.ArtistFolderFormat = "This and That";
|
||||
config.AuthorFolderFormat = "This and That";
|
||||
|
||||
var errors = NamingConfig.InvalidPut(config);
|
||||
errors.Should().NotBeNull();
|
||||
|
||||
Reference in New Issue
Block a user