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:
@@ -45,7 +45,7 @@ function MissingRow(props) {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (name === 'authors.sortName') {
|
||||
if (name === 'authorMetadata.sortName') {
|
||||
return (
|
||||
<TableRowCell key={name}>
|
||||
<AuthorNameLink
|
||||
|
||||
Reference in New Issue
Block a user