mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
feat: using api download sources
This commit is contained in:
@@ -102,7 +102,6 @@ export default function GameDetails() {
|
||||
automaticallyExtract: boolean
|
||||
) => {
|
||||
const response = await startDownload({
|
||||
repackId: repack.id,
|
||||
objectId: objectId!,
|
||||
title: gameTitle,
|
||||
downloader,
|
||||
|
||||
@@ -107,7 +107,6 @@ export type AppUpdaterEvent =
|
||||
|
||||
/* Events */
|
||||
export interface StartGameDownloadPayload {
|
||||
repackId: number;
|
||||
objectId: string;
|
||||
title: string;
|
||||
shop: GameShop;
|
||||
|
||||
Reference in New Issue
Block a user