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

Allow editing of unknown episode file quality

pull/2/head
Mark McDowall 12 years ago
parent 14468eafee
commit e8550b6c6e

@ -28,7 +28,10 @@ define(
self.schema = qualityProfileSchemaCollection.first();
var selected = _.find(self.schema.get('available'), { 'id': self.model.get(self.column.get("name")).quality.id });
selected.selected = true;
if (selected) {
selected.selected = true;
}
self.templateFunction = Marionette.TemplateCache.get(templateName);
var data = self.schema.toJSON();

Loading…
Cancel
Save