No More Sort Prefixes (#3895)
This commit is contained in:
parent
9eadf956fb
commit
08c52b4281
16 changed files with 4095 additions and 3 deletions
|
|
@ -52,6 +52,10 @@ public class Library : IEntityDate, IHasCoverImage
|
|||
/// Should Kavita read metadata files from the library
|
||||
/// </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;
|
||||
|
||||
|
||||
public DateTime Created { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue