mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
Use correct Modal for editing movies in table view. Fixes #90
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user