mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: sanity check in case repack is null
This commit is contained in:
parent
5b864367e8
commit
be13ecc5aa
2 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ export interface Game extends Omit<CatalogueEntry, "cover"> {
|
|||
folderName: string;
|
||||
downloadPath: string | null;
|
||||
repacks: GameRepack[];
|
||||
repack: GameRepack;
|
||||
repack: GameRepack | null;
|
||||
progress: number;
|
||||
fileVerificationProgress: number;
|
||||
decompressionProgress: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue