Give new profile a name when created

pull/2/head
Mark McDowall 12 years ago
parent c8621b8100
commit 17d9d0cc4f

@ -106,7 +106,7 @@ QualityProfileCollectionView = Backbone.Marionette.CompositeView.extend({
//Todo: Need to get the default profile from the server, instead of creating it manually...
var newProfile = new QualityProfile({
Name: '', Cutoff: 0, Qualities: [
Name: 'New Profile', Cutoff: 0, Qualities: [
{ "Id": 1, "Weight": 1, "Name": "SDTV", "Allowed": false },
{ "Id": 8, "Weight": 2, "Name": "WEBDL-480p", "Allowed": false },
{ "Id": 2, "Weight": 3, "Name": "DVD", "Allowed": false },

Loading…
Cancel
Save