feat: using api download sources

This commit is contained in:
Chubby Granny Chaser
2025-10-21 04:21:56 +01:00
parent e1ce5bc6cb
commit 8a40c678f7
2 changed files with 0 additions and 2 deletions

View File

@@ -102,7 +102,6 @@ export default function GameDetails() {
automaticallyExtract: boolean
) => {
const response = await startDownload({
repackId: repack.id,
objectId: objectId!,
title: gameTitle,
downloader,

View File

@@ -107,7 +107,6 @@ export type AppUpdaterEvent =
/* Events */
export interface StartGameDownloadPayload {
repackId: number;
objectId: string;
title: string;
shop: GameShop;