Fixed: Queue broken when sorting by Album ReleaseDate

This commit is contained in:
Qstick 2021-04-17 22:12:45 -04:00
parent 187672b183
commit 9696eb5ca2
3 changed files with 3 additions and 3 deletions

View file

@ -181,7 +181,7 @@ class QueueRow extends Component {
);
}
if (name === 'album.releaseDate') {
if (name === 'albums.releaseDate') {
if (album) {
return (
<RelativeDateCellConnector