mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
renamed remove methods in QualityProfile, Notification
This commit is contained in:
parent
a37ccf1d94
commit
4b5b0ad751
3 changed files with 4 additions and 35 deletions
|
@ -17,7 +17,7 @@ define([
|
|||
|
||||
events: {
|
||||
'click .x-edit' : 'edit',
|
||||
'click .x-remove': 'remove'
|
||||
'click .x-remove': 'removeQuality'
|
||||
},
|
||||
|
||||
edit: function () {
|
||||
|
@ -25,7 +25,7 @@ define([
|
|||
NzbDrone.modalRegion.show(view);
|
||||
},
|
||||
|
||||
remove: function () {
|
||||
removeQuality: function () {
|
||||
var view = new NzbDrone.Series.Delete.DeleteSeriesView({ model: this.model });
|
||||
NzbDrone.modalRegion.show(view);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue