mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07:00
Merge pull request #3 from Qstick/fix/ArtistDelete
Fixes Artist Delete after Previous UI Work
This commit is contained in:
commit
49b616b69d
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ var view = Marionette.ItemView.extend({
|
||||||
vent.trigger(vent.Commands.CloseModalCommand);
|
vent.trigger(vent.Commands.CloseModalCommand);
|
||||||
},
|
},
|
||||||
|
|
||||||
_removeSeries : function() {
|
_removeArtist : function() {
|
||||||
vent.trigger(vent.Commands.DeleteSeriesCommand, { series : this.model });
|
vent.trigger(vent.Commands.DeleteArtistCommand, { artist : this.model });
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue