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
No known key found for this signature in database
GPG key ID: 52A2C7DEE2DFA6F7

View file

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