Implemented a system that will remove common sort prefixes. Disabled by default.
This commit is contained in:
parent
e5d949161e
commit
1044c78bd2
16 changed files with 4097 additions and 3 deletions
|
|
@ -70,4 +70,8 @@ public sealed record LibraryDto
|
|||
/// Allow Kavita to read metadata (ComicInfo.xml, Epub, PDF)
|
||||
/// </summary>
|
||||
public bool EnableMetadata { get; set; } = true;
|
||||
/// <summary>
|
||||
/// Should Kavita remove sort articles "The" for the sort name
|
||||
/// </summary>
|
||||
public bool RemovePrefixForSortName { get; set; } = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue