1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Fixes Manual Import and DroneFactory

Automatic Import still doesn't work - waiting for answer from Sonarr
team.
This commit is contained in:
Tim Turner
2017-01-10 21:12:47 -05:00
parent 0fa1509ca6
commit 9206258370
8 changed files with 553 additions and 275 deletions
+2 -2
View File
@@ -168,8 +168,8 @@ module.exports = Marionette.Layout.extend({
},
_automaticImport : function (e) {
CommandController.Execute('downloadedEpisodesScan', {
name : 'downloadedEpisodesScan',
CommandController.Execute('downloadedMovieScan', {
name : 'downloadedMovieScan',
path : e.folder
});