mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-25 01:02:05 +00:00
Fixed: Editing episode file quality
This commit is contained in:
parent
a2d8413b2a
commit
de3ba041f2
1 changed files with 1 additions and 4 deletions
|
@ -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…
Reference in a new issue