mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 05:22:14 -07:00
New: Album Release Date on queue screen
This commit is contained in:
parent
df34fb7be7
commit
61387b3d44
3 changed files with 18 additions and 0 deletions
|
@ -69,6 +69,12 @@ export const defaultState = {
|
|||
isSortable: true,
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'album.releaseDate',
|
||||
label: 'Album Release Date',
|
||||
isSortable: true,
|
||||
isVisible: false
|
||||
},
|
||||
{
|
||||
name: 'quality',
|
||||
label: 'Quality',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue