mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: seeding
This commit is contained in:
parent
54c6b1f1af
commit
ce3ed6f17c
2 changed files with 1 additions and 2 deletions
|
@ -100,8 +100,6 @@ export class DownloadManager {
|
|||
public static async watchDownloads() {
|
||||
const status = await this.getDownloadStatus();
|
||||
|
||||
// status = await RealDebridDownloader.getStatus();
|
||||
|
||||
if (status) {
|
||||
const { gameId, progress } = status;
|
||||
const game = await gameRepository.findOne({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue