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 GitHub
parent d0af02cc17
commit 4570c0ef9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -745,6 +745,7 @@ window.addEventListener("DOMContentLoaded", () => {
torrentsTable.clear();
category_list.clear();
tagList.clear();
trackerList.clear();
}
if (response["rid"])
syncMainDataLastResponseId = response["rid"];