diff --git a/src/main/events/torrenting/resume-game-download.ts b/src/main/events/torrenting/resume-game-download.ts index 80d1429f..4525e2df 100644 --- a/src/main/events/torrenting/resume-game-download.ts +++ b/src/main/events/torrenting/resume-game-download.ts @@ -13,7 +13,6 @@ const resumeGameDownload = async ( const download = await downloadsSublevel.get(gameKey); - // Allow resuming if status is "paused" OR "active" (for cases where app was closed during download) if ( download && (download.status === "paused" || download.status === "active") &&