1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-17 21:26:22 -04:00

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 });