Fixed: Default naming scheme includes PartNumber for new databases also

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

@ -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}",
};

Loading…
Cancel
Save