mirror of
https://github.com/Radarr/Radarr
synced 2025-12-29 11:48:51 +01:00
Use correct Modal for editing movies in table view. Fixes #90
This commit is contained in:
parent
93ea5cfdee
commit
04e8c635e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue