refactor: enhance download management by validating URLs and adding file size handling

This commit is contained in:
Moyasee
2026-01-24 19:38:00 +02:00
parent fb1380356e
commit eea7148108
8 changed files with 153 additions and 46 deletions

View File

@@ -118,6 +118,7 @@ export interface StartGameDownloadPayload {
downloadPath: string;
downloader: Downloader;
automaticallyExtract: boolean;
fileSize?: string | null;
}
export interface UserFriend {