WebUI: Always create generic filter items

PR #21188.
This commit is contained in:
skomerko
2024-08-15 19:36:38 +02:00
committed by GitHub
parent 0da383e7b6
commit f5aa0bb126

View File

@@ -771,6 +771,9 @@ window.addEventListener("DOMContentLoaded", () => {
const full_update = (response["full_update"] === true); const full_update = (response["full_update"] === true);
if (full_update) { if (full_update) {
torrentsTableSelectedRows = torrentsTable.selectedRowsIds(); torrentsTableSelectedRows = torrentsTable.selectedRowsIds();
update_categories = true;
updateTags = true;
updateTrackers = true;
torrentsTable.clear(); torrentsTable.clear();
category_list.clear(); category_list.clear();
tagList.clear(); tagList.clear();