mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 09:03:49 -07:00
added toggle cell for episode ignore status.
This commit is contained in:
parent
ca71025bca
commit
dc2930dc98
6 changed files with 48 additions and 32 deletions
|
@ -50,7 +50,14 @@ define(['app', 'Quality/QualityProfileCollection'], function (app, qualityProfil
|
|||
},
|
||||
|
||||
qualityProfile: function () {
|
||||
return qualityProfiles.get(this.get('qualityProfileId')).toJSON();
|
||||
|
||||
var profile = qualityProfiles.get(this.get('qualityProfileId'));
|
||||
|
||||
if(profile){
|
||||
return profile.toJSON();
|
||||
}
|
||||
|
||||
return undefined;
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue