mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
Mutators for DeepModel, fixed QualityProfile settings
This commit is contained in:
parent
da9838f032
commit
dfe8d5436a
4 changed files with 223 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
"use strict";
|
||||
define(['app'], function () {
|
||||
NzbDrone.Quality.QualityProfileModel = Backbone.Model.extend({
|
||||
NzbDrone.Quality.QualityProfileModel = Backbone.DeepModel.extend({
|
||||
|
||||
mutators: {
|
||||
allowed: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue