mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Fixed: Sort authors by lastname, firstname
This commit is contained in:
@@ -172,7 +172,7 @@ namespace Readarr.Api.V1.Queue
|
||||
case "status":
|
||||
return q => q.Status;
|
||||
case "authors.sortName":
|
||||
return q => q.Author?.SortName ?? string.Empty;
|
||||
return q => q.Author?.Metadata.Value.SortName ?? string.Empty;
|
||||
case "title":
|
||||
return q => q.Title;
|
||||
case "book":
|
||||
|
||||
Reference in New Issue
Block a user