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

Fixed: Editing episode file quality

pull/4/head
Mark McDowall 10 years ago
parent a2d8413b2a
commit de3ba041f2

@ -59,10 +59,7 @@ module.exports = Backgrid.CellEditor.extend({
};
model.set(column.get('name'), newQuality);
if (this.column.get('saveAfterEdit')) {
model.save();
}
model.save();
model.trigger('backgrid:edited', model, column, new Backgrid.Command(e));
},

Loading…
Cancel
Save