Switch MegaDebrid to web-only flow and reduce UI lag
Build and Release / build (push) Has been cancelled

This commit is contained in:
Sucukdeluxe
2026-02-27 06:01:28 +01:00
parent b1b8ed4180
commit 40bfda2ad7
10 changed files with 110 additions and 205 deletions
+1 -1
View File
@@ -417,7 +417,7 @@ export class DownloadManager extends EventEmitter {
this.stateEmitTimer = setTimeout(() => {
this.stateEmitTimer = null;
this.emit("state", this.getSnapshot());
}, 140);
}, 260);
}
private pruneSpeedEvents(now: number): void {