1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-25 17:27:59 +00:00

Better todo message...

This commit is contained in:
Mark McDowall 2012-12-31 00:18:39 -08:00
parent 8b8d788c1b
commit 888ce26273

View file

@ -118,7 +118,7 @@ QualityProfileCollectionView = Backbone.Marionette.CompositeView.extend({
{ "Id": 7, "Weight": 8, "Name": "Bluray1080p", "Allowed": false }
]
});
//Todo: Would be nice
//Todo: It would be nice to not have to save this on add (via create)
this.collection.create(newProfile);
}
});