mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-10 04:52:42 +01:00
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 }
|
{ "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);
|
this.collection.create(newProfile);
|
||||||
}
|
}
|
||||||
});
|
});
|
Loading…
Reference in New Issue
Block a user