From f5aa0bb1261c2d67609c120e3005dc279a838d7f 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 106e3a93a..95927a484 100644 --- a/src/webui/www/private/scripts/client.js +++ b/src/webui/www/private/scripts/client.js @@ -771,6 +771,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();