Fixed: Default naming scheme includes PartNumber for new databases also

This commit is contained in:
ta264
2021-07-22 21:00:45 +01:00
parent 331ef56e9a
commit fcd5005502

View File

@@ -9,7 +9,7 @@ namespace NzbDrone.Core.Organizer
{
RenameBooks = false,
ReplaceIllegalCharacters = true,
StandardBookFormat = "{Book Title}" + Path.DirectorySeparatorChar + "{Author Name} - {Book Title}",
StandardBookFormat = "{Book Title}" + Path.DirectorySeparatorChar + "{Author Name} - {Book Title}{ (PartNumber)}",
AuthorFolderFormat = "{Author Name}",
};