mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-29 13:51:02 +00:00
refactor: enhance download management by validating URLs and adding file size handling
This commit is contained in:
@@ -118,6 +118,7 @@ export interface StartGameDownloadPayload {
|
||||
downloadPath: string;
|
||||
downloader: Downloader;
|
||||
automaticallyExtract: boolean;
|
||||
fileSize?: string | null;
|
||||
}
|
||||
|
||||
export interface UserFriend {
|
||||
|
||||
Reference in New Issue
Block a user