mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-20 18:22:47 -04:00
Fixed: Default naming scheme includes PartNumber for new databases also
This commit is contained in:
1 parent
331ef56e9a
commit
fcd5005502
1 file changed
+1
-1
@@ -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