mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
SaveIfChangedMixin
This commit is contained in:
parent
9a68785c26
commit
c94595b3ae
4 changed files with 43 additions and 7 deletions
|
@ -1,5 +1,7 @@
|
|||
"use strict";
|
||||
define(['app'], function () {
|
||||
define(['app', 'Mixins/SaveIfChangedModel'], function () {
|
||||
NzbDrone.Settings.Indexers.Model = Backbone.DeepModel.extend({
|
||||
});
|
||||
|
||||
_.extend(NzbDrone.Settings.Indexers.Model.prototype, NzbDrone.Mixins.SaveIfChangedModel);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue