mirror of https://github.com/lidarr/Lidarr
Better todo message...
This commit is contained in:
parent
8b8d788c1b
commit
888ce26273
|
@ -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);
|
||||
}
|
||||
});
|
Loading…
Reference in New Issue