Fix for error when trying to manually import.

pull/586/merge
Leonardo Galli 7 years ago committed by GitHub
parent 7c3d8c8ff9
commit dae389ce64

@ -168,8 +168,8 @@ module.exports = Marionette.Layout.extend({
},
_automaticImport : function (e) {
CommandController.Execute('downloadedMovieScan', {
name : 'downloadedMovieScan',
CommandController.Execute('downloadedMoviesScan', {
name : 'downloadedMoviesScan',
path : e.folder
});
@ -271,4 +271,4 @@ module.exports = Marionette.Layout.extend({
hideAfter : 5
});
}
});
});

Loading…
Cancel
Save