Searching for movie now works with downloading. They also get imported fine.

Additionally, a whole series (or movie in this case) can now be
downloaded manually.
Note: It probably won't start downloading missed releases. Only manually
clicking search for is working ATM.
This commit is contained in:
Leonardo Galli
2016-12-28 17:13:18 +01:00
parent 0b765d10fe
commit 0b278c7db8
13 changed files with 66 additions and 30 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ var SeriesEditorLayout = require('./Series/Editor/SeriesEditorLayout');
module.exports = NzbDroneController.extend({
addSeries : function(action) {
this.setTitle('Add Series');
this.setTitle('Add Movie');
this.showMainRegion(new AddSeriesLayout({ action : action }));
},
@@ -56,4 +56,4 @@ module.exports = NzbDroneController.extend({
this.setTitle('Series Editor');
this.showMainRegion(new SeriesEditorLayout());
}
});
});