mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06: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:
@@ -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"];
|
||||||
|
|||||||
Reference in New Issue
Block a user