feat: platforms and games from IGDB are now imported successfully

This commit is contained in:
Michael Green
2023-05-01 00:42:23 +10:00
parent fb7b0a7eb2
commit 3b3cf3c239
19 changed files with 1530 additions and 478 deletions

View File

@@ -229,6 +229,7 @@ namespace gaseous_server.Models
public class SignatureFlags
{
public int IGDBPlatformId { get; set; }
public string IGDBPlatformName { get; set; }
}
}
}