mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user