Fixed: Sort authors by lastname, firstname

This commit is contained in:
ta264
2021-05-13 21:31:46 +01:00
parent 62221c2a7f
commit 96db74494a
26 changed files with 279 additions and 27 deletions
@@ -146,7 +146,6 @@ namespace NzbDrone.Core.Books
newAuthor.Path = path;
newAuthor.CleanName = newAuthor.Metadata.Value.Name.CleanAuthorName();
newAuthor.SortName = Parser.Parser.NormalizeTitle(newAuthor.Metadata.Value.Name).ToLower();
newAuthor.Added = DateTime.UtcNow;
if (newAuthor.AddOptions != null && newAuthor.AddOptions.Monitor == MonitorTypes.None)