Added detailed library scan result

Small layout fixes in game detail view
This commit is contained in:
grimsi
2022-08-23 13:17:56 +02:00
parent 3325f066bd
commit 3877b5defd
16 changed files with 159 additions and 33 deletions
@@ -0,0 +1,5 @@
export class ImageDownloadResultDto {
coverDownloads!: number;
screenshotDownloads!: number;
companyLogoDownloads!: number;
}
@@ -0,0 +1,10 @@
export class LibraryScanResultDto {
newGames!: number;
deletedGames!: number;
newUnmappableFiles!: number;
totalGames!: number;
coverDownloads!: number;
screenshotDownloads!: number;
companyLogoDownloads!: number;
scanDuration!: number;
}