mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Fixed: Allow series to be added unmonitored through the API
Closes #1404
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user