Fixed: Default naming scheme includes PartNumber for new databases also

pull/1148/head
ta264 4 years ago
parent 331ef56e9a
commit fcd5005502

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

Loading…
Cancel
Save