mirror of
https://github.com/Readarr/Readarr
synced 2026-02-15 19:22:49 +01:00
Fixed: Default naming scheme includes PartNumber for new databases also
This commit is contained in:
parent
331ef56e9a
commit
fcd5005502
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ public class NamingConfig : ModelBase
|
|||
{
|
||||
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…
Reference in a new issue