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();