mirror of
https://github.com/Readarr/Readarr
synced 2026-05-04 18:50:36 +02: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,
|
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…
Reference in a new issue