mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-23 03:35:03 -04:00
fixed edit series from series details
This commit is contained in:
1 parent
df705b79cf
commit
bbacad9171
1 file changed
+1
-1
@@ -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 () {
|
||||
|
||||
Reference in new issue
Block a user