diff --git a/src/main/main.ts b/src/main/main.ts index 5522becb..03794ce3 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 29b117fd..80a3f6fb 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({