mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-03-12 04:35:47 -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
d9023c647a
commit
58ba6f41f3
@ -670,6 +670,7 @@ window.addEvent('load', function() {
|
||||
torrentsTable.clear();
|
||||
category_list = {};
|
||||
tagList = {};
|
||||
trackerList.clear();
|
||||
}
|
||||
if (response['rid']) {
|
||||
syncMainDataLastResponseId = response['rid'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user