mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
Notification and Indexer settings are enabled by default on add
NzbClub and omgwtfnzbs are off by default
This commit is contained in:
parent
eaa7b39025
commit
e1272b4f34
2 changed files with 9 additions and 4 deletions
|
@ -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 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue