mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 09:49:00 +00:00
Update sortValue when selecting movie for manual import
This commit is contained in:
parent
81ebbcad70
commit
b4782da1d1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module.exports = Marionette.Layout.extend({
|
|||
name : 'title',
|
||||
label : 'Title',
|
||||
cell : 'String',
|
||||
sortValue : 'sortTitle'
|
||||
sortValue : 'title'
|
||||
}
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue