Skip to content

Commit

Permalink
WebUI: Always create generic filter items
Browse files Browse the repository at this point in the history
  • Loading branch information
skomerko authored Aug 15, 2024
1 parent 0da383e commit f5aa0bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/webui/www/private/scripts/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit f5aa0bb

Please sign in to comment.