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

pull/102/head
Leonardo Galli 8 years ago
parent 93ea5cfdee
commit 04e8c635e0

@ -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() {

Loading…
Cancel
Save