mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Settings save when changed only
This commit is contained in:
parent
8b8ee912c0
commit
bddbc7a0cf
7 changed files with 39 additions and 34 deletions
|
@ -1,5 +1,6 @@
|
|||
"use strict";
|
||||
define(['app', 'Mixins/SaveIfChangedModel'], function () {
|
||||
define(['app',
|
||||
'Mixins/SaveIfChangedModel'], function () {
|
||||
NzbDrone.Settings.Indexers.Model = Backbone.DeepModel.extend({
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue