mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-04-04 19:55:27 +00:00
Fixes Artist Delete after Previous UI Work
This commit is contained in:
@@ -42,8 +42,8 @@ var view = Marionette.ItemView.extend({
|
||||
vent.trigger(vent.Commands.CloseModalCommand);
|
||||
},
|
||||
|
||||
_removeSeries : function() {
|
||||
vent.trigger(vent.Commands.DeleteSeriesCommand, { series : this.model });
|
||||
_removeArtist : function() {
|
||||
vent.trigger(vent.Commands.DeleteArtistCommand, { artist : this.model });
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user