Added game file size

This commit is contained in:
grimsi
2022-07-24 23:17:11 +02:00
parent f2197a3bd4
commit b86544b22a
9 changed files with 110 additions and 38 deletions
@@ -28,6 +28,6 @@ export class DetectedGameDto {
playerPerspectives?: PlayerPerspectiveDto[];
path!: string;
isFolder!: boolean;
diskSize!: number;
confirmedMatch!: boolean;
}