mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-22 22:43:31 -07: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…
Add table
Add a link
Reference in a new issue