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