diff --git a/src/main/main.ts b/src/main/main.ts index 5522becb2..03794ce33 100644 --- a/src/main/main.ts +++ b/src/main/main.ts @@ -39,6 +39,7 @@ const loadState = async (userPreferences: UserPreferences | null) => { shouldSeed: true, downloader: 1, progress: 1, + status: "seeding", }, }); diff --git a/src/main/services/download/download-manager.ts b/src/main/services/download/download-manager.ts index 29b117fdf..80a3f6fb8 100644 --- a/src/main/services/download/download-manager.ts +++ b/src/main/services/download/download-manager.ts @@ -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({