diff --git a/deluge/core/filtermanager.py b/deluge/core/filtermanager.py index fcb5e96e3..1538dfdfa 100644 --- a/deluge/core/filtermanager.py +++ b/deluge/core/filtermanager.py @@ -196,6 +196,8 @@ class FilterManager(component.Component): value = status[field] items[field][value] = items[field].get(value, 0) + 1 + items["tracker_host"]["All"] = len(torrent_ids) + if "tracker_host" in items: items["tracker_host"]["Error"] = len(tracker_error_filter(torrent_ids, ("Error",)))