Fixed date field handling

This commit is contained in:
Michael Green
2023-02-17 22:23:24 +11:00
parent e36b49d82f
commit af087b4313
2 changed files with 82 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ namespace gaseous_identifier.objects
public string Email { get; set; }
public string Homepage { get; set; }
public Uri? Url { get; set; }
public string SourceType { get; set; }
public List<Game> Games { get; set; }