mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 01:03:57 +00:00
fix: showing multiple download options
This commit is contained in:
@@ -67,7 +67,11 @@ export interface SteamAppDetails {
|
||||
export interface GameRepack {
|
||||
id: number;
|
||||
title: string;
|
||||
/**
|
||||
* @deprecated Use uris instead
|
||||
*/
|
||||
magnet: string;
|
||||
uris: string[];
|
||||
repacker: string;
|
||||
fileSize: string | null;
|
||||
uploadDate: Date | string | null;
|
||||
@@ -194,6 +198,7 @@ export interface StartGameDownloadPayload {
|
||||
objectID: string;
|
||||
title: string;
|
||||
shop: GameShop;
|
||||
uri: string;
|
||||
downloadPath: string;
|
||||
downloader: Downloader;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user