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:
skomerko
2024-08-10 06:49:00 +02:00
committed by Vladimir Golovnev (Glassez)
parent d9023c647a
commit 58ba6f41f3

View File

@@ -670,6 +670,7 @@ window.addEvent('load', function() {
torrentsTable.clear();
category_list = {};
tagList = {};
trackerList.clear();
}
if (response['rid']) {
syncMainDataLastResponseId = response['rid'];