Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/17d9d0cc4f4d25c0c0b017c1ae0509821ef43312 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Give new profile a name when created

pull/4/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