Fixed: Sorting tables by artist/album

Fixes Sentry LIDARR-10A
Fixes Sentry LIDARR-105
Fixes Sentry LIDARR-109
This commit is contained in:
ta264 2020-08-20 22:13:25 +01:00 committed by Qstick
parent 0f5531af4d
commit 2e1e2137a6
10 changed files with 20 additions and 20 deletions

View file

@ -94,7 +94,7 @@ class HistoryRow extends Component {
);
}
if (name === 'artist.sortName') {
if (name === 'artists.sortName') {
return (
<TableRowCell key={name}>
<ArtistNameLink
@ -105,7 +105,7 @@ class HistoryRow extends Component {
);
}
if (name === 'album.title') {
if (name === 'albums.title') {
return (
<TableRowCell key={name}>
<AlbumTitleLink