mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
fixed edit series from series details
This commit is contained in:
parent
df705b79cf
commit
bbacad9171
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ define(
|
|||
},
|
||||
|
||||
_editSeries: function () {
|
||||
App.vent.trigger(App.Commands.EditSeriesCommand, {model: this.model});
|
||||
App.vent.trigger(App.Commands.EditSeriesCommand, {series: this.model});
|
||||
},
|
||||
|
||||
_refreshSeries: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue