feat: updating real-debrid translations

This commit is contained in:
Chubby Granny Chaser 2024-05-29 16:22:30 +01:00
parent 183b85d66a
commit 08a336b392
No known key found for this signature in database
38 changed files with 284 additions and 228 deletions

View file

@ -97,7 +97,7 @@ const loadState = async (userPreferences: UserPreferences | null) => {
relations: { repack: true },
});
if (game) DownloadManager.startDownload(game.id);
if (game) DownloadManager.startDownload(game);
};
userPreferencesRepository