mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 04:52:21 -07:00
Fixed: Queue broken when sorting by Album ReleaseDate
This commit is contained in:
parent
187672b183
commit
9696eb5ca2
3 changed files with 3 additions and 3 deletions
|
@ -181,7 +181,7 @@ class QueueRow extends Component {
|
|||
);
|
||||
}
|
||||
|
||||
if (name === 'album.releaseDate') {
|
||||
if (name === 'albums.releaseDate') {
|
||||
if (album) {
|
||||
return (
|
||||
<RelativeDateCellConnector
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue