mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
started Inline edit of quality for episode file
This commit is contained in:
parent
324862ee13
commit
f9437baf80
7 changed files with 95 additions and 8 deletions
|
@ -14,6 +14,12 @@ define(
|
|||
this.cellValue = this._getValue();
|
||||
|
||||
this.listenTo(this.model, 'change', this._refresh);
|
||||
|
||||
this.listenTo(this.model, "backgrid:edit", function (model, column, cell, editor) {
|
||||
if (column.get("name") == this.column.get("name")) {
|
||||
this._startEditing(model, column, cell, editor);
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
_refresh: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue