mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 15:37:55 +02:00
Fixed: Editing episode file quality
This commit is contained in:
@@ -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));
|
||||
},
|
||||
|
Reference in New Issue
Block a user