mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -04:00
Rethought about where certain things are stored.
Profiles are now a component of the NetImportDefinition.
This commit is contained in:
@@ -38,8 +38,7 @@ module.exports = Marionette.ItemView.extend({
|
||||
_openEdit : function() {
|
||||
this.model.set({
|
||||
id : undefined,
|
||||
enableRss : this.model.get('supportsRss'),
|
||||
enableSearch : this.model.get('supportsSearch')
|
||||
enableAuto : this.model.get('enableAuto')
|
||||
});
|
||||
|
||||
var editView = new EditView({
|
||||
|
||||
Reference in New Issue
Block a user