WebUI: Always create generic filter items

PR #21188.
This commit is contained in:
skomerko 2024-08-15 19:36:38 +02:00 committed by Vladimir Golovnev (Glassez)
parent 63689cf763
commit 978fbbdc0d
No known key found for this signature in database
GPG key ID: 52A2C7DEE2DFA6F7

View file

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