Notification and Indexer settings are enabled by default on add

NzbClub and omgwtfnzbs are off by default
This commit is contained in:
Mark McDowall 2013-08-01 08:25:09 -07:00
parent eaa7b39025
commit e1272b4f34
2 changed files with 9 additions and 4 deletions

View file

@ -25,7 +25,9 @@ define([
this.model.set({
id: undefined,
name: this.model.get('implementationName')
name: this.model.get('implementationName'),
onGrab: true,
onDownload: true
});
var editView = new EditView({ model: this.model, notificationCollection: this.notificationCollection });