1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-19 14:11:40 +00:00

Fix for error when trying to manually import.

This commit is contained in:
Leonardo Galli 2017-04-19 22:03:52 +02:00 committed by GitHub
parent 7c3d8c8ff9
commit dae389ce64

View file

@ -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
});
}
});
});