mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
parent
63689cf763
commit
978fbbdc0d
1 changed files with 3 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue