mirror of
https://github.com/Radarr/Radarr
synced 2025-03-17 17:25:42 +00:00
Fix for error when trying to manually import.
This commit is contained in:
parent
7c3d8c8ff9
commit
dae389ce64
1 changed files with 3 additions and 3 deletions
|
@ -168,8 +168,8 @@ module.exports = Marionette.Layout.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
_automaticImport : function (e) {
|
_automaticImport : function (e) {
|
||||||
CommandController.Execute('downloadedMovieScan', {
|
CommandController.Execute('downloadedMoviesScan', {
|
||||||
name : 'downloadedMovieScan',
|
name : 'downloadedMoviesScan',
|
||||||
path : e.folder
|
path : e.folder
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -271,4 +271,4 @@ module.exports = Marionette.Layout.extend({
|
||||||
hideAfter : 5
|
hideAfter : 5
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue