diff --git a/src/UI/AddMovies/BulkImport/BulkImportView.js b/src/UI/AddMovies/BulkImport/BulkImportView.js index da2a6604e..41115c638 100644 --- a/src/UI/AddMovies/BulkImport/BulkImportView.js +++ b/src/UI/AddMovies/BulkImport/BulkImportView.js @@ -94,13 +94,15 @@ module.exports = Marionette.Layout.extend({ name :'monitor', label: 'Monitor', cell : MonitorCell, - cellValue : 'this' + cellValue : 'this', + sortable : false, }, { name : 'profileId', label : 'Profile', cell : ProfileCell, cellValue : "this", + sortable : false, }, { name : 'quality',