mirror of
https://github.com/Readarr/Readarr.git
synced 2026-01-29 08:11:18 -05:00
fixed edit series from series details
This commit is contained in:
@@ -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