Fox sorting and magnet links

Magnet button stays disabled
This commit is contained in:
2025-10-14 08:23:38 +02:00
parent 1c798fb899
commit 2f20eee841
5 changed files with 28 additions and 7 deletions

View File

@@ -105,7 +105,7 @@ class trserver extends EventTarget {
if (!this.#isOnline) {
this.#log(4, 'Server API connection estabilished');
this.#isOnline = true;
//this.#forceUpdateTorrents();
this.#forceUpdateTorrents();
}
//request.response = JSON.parse(e.target.responseText);
if (request.success != null) {