mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Fixed: Sort authors by lastname, firstname
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user