1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00
This commit is contained in:
Devin Buhl
2017-03-04 12:01:59 -05:00
parent 46daa11c46
commit 39322cbbca
3 changed files with 4 additions and 2 deletions
@@ -15,6 +15,8 @@ module.exports = Backgrid.SelectCell.extend({
if(ProfileCollection.get(this.defaultProfile))
{
this.profile = this.defaultProfile;
} else {
this.profile = ProfileCollection.get(1);
}
this.render();