mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 16:20:03 +00:00
Added field "addedToLibrary" to DetectedGame
Integrated Flyway for DB Migrations Removed unused DTO classes
This commit is contained in:
@@ -30,4 +30,5 @@ export class DetectedGameDto {
|
||||
path!: string;
|
||||
diskSize!: number;
|
||||
confirmedMatch!: boolean | undefined;
|
||||
addedToLibrary!: Date;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user