From 978fbbdc0d13d94afec10204bc0df30671acc8fd Mon Sep 17 00:00:00 2001 From: skomerko <168652295+skomerko@users.noreply.github.com> Date: Thu, 15 Aug 2024 19:36:38 +0200 Subject: [PATCH] WebUI: Always create generic filter items PR #21188. --- src/webui/www/private/scripts/client.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/webui/www/private/scripts/client.js b/src/webui/www/private/scripts/client.js index c7361dec2..c9d8e7032 100644 --- a/src/webui/www/private/scripts/client.js +++ b/src/webui/www/private/scripts/client.js @@ -736,6 +736,9 @@ window.addEventListener("DOMContentLoaded", () => { const full_update = (response["full_update"] === true); if (full_update) { torrentsTableSelectedRows = torrentsTable.selectedRowsIds(); + update_categories = true; + updateTags = true; + updateTrackers = true; torrentsTable.clear(); category_list.clear(); tagList.clear();