mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix typo in label plugin - thanks konti
This commit is contained in:
parent
d800273891
commit
538aed9147
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ Deluge.plugins.LabelPlugin = Ext.extend(Deluge.Plugin, {
|
|||
},
|
||||
|
||||
onLabelRemoveClick: function() {
|
||||
var state = this.filter.getFilter();
|
||||
var state = this.filter.getState();
|
||||
deluge.client.label.remove(state, {
|
||||
success: function() {
|
||||
deluge.ui.update();
|
||||
|
|
Loading…
Add table
Reference in a new issue