mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 17:23:57 +00:00
fix: sanity check in case repack is null
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user