mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 08:43:57 +00:00
Merge branch 'feature/seed-completed-downloads' into feat/achievements-points
This commit is contained in:
@@ -162,7 +162,6 @@ export class DownloadManager {
|
||||
.get<LibtorrentPayload[] | []>("/seed-status")
|
||||
.then((res) => res.data);
|
||||
|
||||
console.log(seedStatus);
|
||||
if (!seedStatus.length) return;
|
||||
|
||||
seedStatus.forEach(async (status) => {
|
||||
|
||||
Reference in New Issue
Block a user