Update ModFiles.cs

This commit is contained in:
Timothy Baldridge 2021-11-27 18:39:05 -07:00 committed by GitHub
parent 9ba58e6851
commit cd9ead66f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ public class ModFile
[JsonPropertyName("size_kb")] public int SizeKb { get; set; }
[JsonPropertyName("size_in_bytes")] public int? SizeInBytes { get; set; }
[JsonPropertyName("size_in_bytes")] public long? SizeInBytes { get; set; }
[JsonPropertyName("changelog_html")] public string ChangelogHtml { get; set; } = "";