mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-05 08:14:21 +00:00
Fixed: Default naming scheme includes PartNumber for new databases also
This commit is contained in:
@@ -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}",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user