Merge branch 'feature/seed-completed-downloads' into feat/achievements-points

This commit is contained in:
Zamitto
2024-12-23 10:41:15 -03:00
2 changed files with 1 additions and 2 deletions

View File

@@ -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) => {