mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 05:22:14 -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
|
@ -75,7 +75,7 @@ export const defaultState = {
|
|||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'album.releaseDate',
|
||||
name: 'albums.releaseDate',
|
||||
label: 'Album Release Date',
|
||||
isSortable: true,
|
||||
isVisible: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue