mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-23 10:38:49 +00:00
json:fix label filters
This commit is contained in:
parent
c2b1b59de3
commit
88ca3bacd1
1 changed files with 0 additions and 1 deletions
|
@ -196,7 +196,6 @@ class json_rpc:
|
||||||
}}}
|
}}}
|
||||||
"""
|
"""
|
||||||
if 'Label' in sclient.get_enabled_plugins():
|
if 'Label' in sclient.get_enabled_plugins():
|
||||||
filter_dict = {}
|
|
||||||
torrent_ids = sclient.label_get_filtered_ids(filter_dict)
|
torrent_ids = sclient.label_get_filtered_ids(filter_dict)
|
||||||
filters = sclient.label_filter_items()
|
filters = sclient.label_filter_items()
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue