mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
Fixed Sorting In Wanted and Cutoff (#693)
This commit is contained in:
parent
75436bcce4
commit
1aae3ae2b5
2 changed files with 7 additions and 6 deletions
|
@ -36,10 +36,10 @@ module.exports = Marionette.Layout.extend({
|
|||
sortable : false
|
||||
},
|
||||
{
|
||||
name : 'this',
|
||||
label : 'Movie Title',
|
||||
name : 'title',
|
||||
label : 'Title',
|
||||
cell : MovieTitleCell,
|
||||
sortValue : this.sortTitle
|
||||
cellValue : 'this',
|
||||
},
|
||||
{
|
||||
name : 'inCinemas',
|
||||
|
|
|
@ -38,9 +38,10 @@ module.exports = Marionette.Layout.extend({
|
|||
sortable : false
|
||||
},
|
||||
{
|
||||
name : 'this',
|
||||
label : 'Movie Title',
|
||||
name : 'title',
|
||||
label : 'Title',
|
||||
cell : MovieTitleCell,
|
||||
cellValue : 'this',
|
||||
},
|
||||
{
|
||||
name : 'inCinemas',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue