Fixed: Allow series to be added unmonitored through the API

Closes #1404
This commit is contained in:
Mark McDowall
2016-07-27 12:08:49 -07:00
parent 5bf9b069fc
commit 1218dd255f
3 changed files with 8 additions and 3 deletions
+3 -2
View File
@@ -189,7 +189,8 @@ var view = Marionette.ItemView.extend({
rootFolderPath : rootFolderPath,
seasonFolder : seasonFolder,
seriesType : seriesType,
addOptions : options
addOptions : options,
monitored : true
}, { silent : true });
var self = this;
@@ -284,4 +285,4 @@ var view = Marionette.ItemView.extend({
AsValidatedView.apply(view);
module.exports = view;
module.exports = view;