1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-17 21:26:22 -04: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'
}
],