mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-24 10:16:00 +03: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();
|
||||
category_list.clear();
|
||||
tagList.clear();
|
||||
trackerList.clear();
|
||||
}
|
||||
if (response["rid"])
|
||||
syncMainDataLastResponseId = response["rid"];
|
||||
|
|
Loading…
Reference in a new issue