Use correct Modal for editing movies in table view. Fixes #90

Leonardo Galli 8 years ago
parent 93ea5cfdee
commit 04e8c635e0

@ -33,7 +33,7 @@ module.exports = NzbDroneCell.extend({
}, },
_editSeries : function() { _editSeries : function() {
vent.trigger(vent.Commands.EditSeriesCommand, { series : this.model }); vent.trigger(vent.Commands.EditMovieCommand, { movie : this.model });
}, },
_refreshSeries : function() { _refreshSeries : function() {

Loading…
Cancel
Save