1
0
Fork 0
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:
Tim Turner 2017-01-11 19:29:18 -05:00
parent 81ebbcad70
commit b4782da1d1

View file

@ -21,7 +21,7 @@ module.exports = Marionette.Layout.extend({
name : 'title',
label : 'Title',
cell : 'String',
sortValue : 'sortTitle'
sortValue : 'title'
}
],