From 04e8c635e02d286c9e818e3bdb487bb3a34f5bc0 Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Tue, 10 Jan 2017 14:05:01 +0100 Subject: [PATCH] Use correct Modal for editing movies in table view. Fixes #90 --- src/UI/Cells/MovieActionCell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/Cells/MovieActionCell.js b/src/UI/Cells/MovieActionCell.js index 7f11e0ef5..e2d18cdea 100644 --- a/src/UI/Cells/MovieActionCell.js +++ b/src/UI/Cells/MovieActionCell.js @@ -33,7 +33,7 @@ module.exports = NzbDroneCell.extend({ }, _editSeries : function() { - vent.trigger(vent.Commands.EditSeriesCommand, { series : this.model }); + vent.trigger(vent.Commands.EditMovieCommand, { movie : this.model }); }, _refreshSeries : function() {