mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Series grid sorts on title now
This commit is contained in:
parent
135cf3ce17
commit
b9dc803e0b
2 changed files with 12 additions and 3 deletions
|
@ -43,9 +43,10 @@ define(
|
|||
cell : SeriesStatusCell
|
||||
},
|
||||
{
|
||||
name : 'this',
|
||||
label: 'Title',
|
||||
cell : SeriesTitleCell
|
||||
name : 'title',
|
||||
label : 'Title',
|
||||
cell : SeriesTitleCell,
|
||||
cellValue: 'this'
|
||||
},
|
||||
{
|
||||
name : 'seasonCount',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue