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

This commit is contained in:
Leonardo Galli
2017-01-10 14:05:01 +01:00
parent 93ea5cfdee
commit 04e8c635e0

View File

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