2.0
Juraj Nyíri 3 years ago
parent bd9d760038
commit 34aa19e693

@ -19494,9 +19494,6 @@ class PlexMeetsHomeAssistantEditor extends HTMLElement {
});
}
if (!lodash.isEqual(this.config, originalConfig)) {
console.log(this.config);
console.log(originalConfig);
console.log('event');
this.fireEvent(this, 'config-changed', { config: this.config });
}
}

@ -84,9 +84,6 @@ class PlexMeetsHomeAssistantEditor extends HTMLElement {
});
}
if (!_.isEqual(this.config, originalConfig)) {
console.log(this.config);
console.log(originalConfig);
console.log('event');
this.fireEvent(this, 'config-changed', { config: this.config });
}
}

Loading…
Cancel
Save