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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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