mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Fixed: Editing episode file quality
This commit is contained in:
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.trigger('backgrid:edited', model, column, new Backgrid.Command(e));
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user