1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-26 01:37:07 +00:00

fixed edit series from series details

This commit is contained in:
Keivan Beigi 2013-07-24 17:41:31 -07:00
parent df705b79cf
commit bbacad9171

View file

@ -116,7 +116,7 @@ define(
}, },
_editSeries: function () { _editSeries: function () {
App.vent.trigger(App.Commands.EditSeriesCommand, {model: this.model}); App.vent.trigger(App.Commands.EditSeriesCommand, {series: this.model});
}, },
_refreshSeries: function () { _refreshSeries: function () {