mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Fix issue when using 'Active' state
This commit is contained in:
parent
47bb52f72a
commit
865921a677
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ class FilterManager(component.Component):
|
||||||
return torrent_ids
|
return torrent_ids
|
||||||
|
|
||||||
#special purpose: state=Active.
|
#special purpose: state=Active.
|
||||||
|
filter_dict["state"] = list(filter_dict["state"])
|
||||||
if "state" in filter_dict and "Active" in filter_dict["state"]:
|
if "state" in filter_dict and "Active" in filter_dict["state"]:
|
||||||
filter_dict["state"].remove("Active")
|
filter_dict["state"].remove("Active")
|
||||||
if not filter_dict["state"]:
|
if not filter_dict["state"]:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue