mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
Fix for error when trying to manually import.
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user