mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 13:18:06 -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:
committed by
Vladimir Golovnev (Glassez)
parent
d9023c647a
commit
58ba6f41f3
@@ -670,6 +670,7 @@ window.addEvent('load', function() {
|
||||
torrentsTable.clear();
|
||||
category_list = {};
|
||||
tagList = {};
|
||||
trackerList.clear();
|
||||
}
|
||||
if (response['rid']) {
|
||||
syncMainDataLastResponseId = response['rid'];
|
||||
|
||||
Reference in New Issue
Block a user