mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
Make Movie Title and Status sortable on Wanted tab (#662)
This commit is contained in:
parent
35b384439f
commit
3170060f37
1 changed files with 0 additions and 2 deletions
|
@ -41,7 +41,6 @@ module.exports = Marionette.Layout.extend({
|
|||
name : 'this',
|
||||
label : 'Movie Title',
|
||||
cell : MovieTitleCell,
|
||||
sortable : false
|
||||
},
|
||||
{
|
||||
name : 'inCinemas',
|
||||
|
@ -57,7 +56,6 @@ module.exports = Marionette.Layout.extend({
|
|||
name : 'status',
|
||||
label : 'Status',
|
||||
cell : MovieStatusWithTextCell,
|
||||
sortable : false
|
||||
},
|
||||
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue