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:
@@ -21,7 +21,7 @@ module.exports = Marionette.Layout.extend({
|
||||
name : 'title',
|
||||
label : 'Title',
|
||||
cell : 'String',
|
||||
sortValue : 'sortTitle'
|
||||
sortValue : 'title'
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user