feat: fixing real debrid download

This commit is contained in:
Chubby Granny Chaser
2024-08-15 20:46:21 +01:00
parent fffea84ef7
commit 68b361e605
28 changed files with 241 additions and 185 deletions

View File

@@ -44,8 +44,6 @@ const startGameDownload = async (
);
if (game) {
console.log("game", game);
await gameRepository.update(
{
id: game.id,
@@ -97,8 +95,6 @@ const startGameDownload = async (
},
});
console.log(updatedGame);
createGame(updatedGame!);
await downloadQueueRepository.delete({ game: { id: updatedGame!.id } });