mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Fixed: Sort authors by lastname, firstname
This commit is contained in:
@@ -72,7 +72,7 @@ namespace Readarr.Api.V1.Author
|
||||
AuthorName = model.Name,
|
||||
|
||||
//AlternateTitles
|
||||
SortName = model.SortName,
|
||||
SortName = model.Metadata.Value.SortName,
|
||||
|
||||
Status = model.Metadata.Value.Status,
|
||||
Overview = model.Metadata.Value.Overview,
|
||||
@@ -119,6 +119,7 @@ namespace Readarr.Api.V1.Author
|
||||
ForeignAuthorId = resource.ForeignAuthorId,
|
||||
TitleSlug = resource.TitleSlug,
|
||||
Name = resource.AuthorName,
|
||||
SortName = resource.SortName,
|
||||
Status = resource.Status,
|
||||
Overview = resource.Overview,
|
||||
Links = resource.Links,
|
||||
@@ -128,7 +129,6 @@ namespace Readarr.Api.V1.Author
|
||||
},
|
||||
|
||||
//AlternateTitles
|
||||
SortName = resource.SortName,
|
||||
Path = resource.Path,
|
||||
QualityProfileId = resource.QualityProfileId,
|
||||
MetadataProfileId = resource.MetadataProfileId,
|
||||
|
||||
Reference in New Issue
Block a user