mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
WebUI: Clear trackerList on full update
Like other similar data structures, trackerList also need to be cleared in the event of a full sync update. PR #21148.
This commit is contained in:
parent
d0af02cc17
commit
4570c0ef9e
1 changed files with 1 additions and 0 deletions
|
@ -745,6 +745,7 @@ window.addEventListener("DOMContentLoaded", () => {
|
||||||
torrentsTable.clear();
|
torrentsTable.clear();
|
||||||
category_list.clear();
|
category_list.clear();
|
||||||
tagList.clear();
|
tagList.clear();
|
||||||
|
trackerList.clear();
|
||||||
}
|
}
|
||||||
if (response["rid"])
|
if (response["rid"])
|
||||||
syncMainDataLastResponseId = response["rid"];
|
syncMainDataLastResponseId = response["rid"];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue