This commit is contained in:
Timothy Baldridge 2021-06-27 16:20:35 -06:00
parent a56921e130
commit c8d4e3651c
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,7 @@
#### Version - 2.5.0.4 - 6/27/2021
* Fix for NPE in Texture analysis compiler step
* Implemented attachment support in IPS4 sites
* Fix JSON response error for IPS4Sites
#### Version - 2.5.0.3 - 6/26/2021
* HOTFIX: Fix "argument out of range" error when installing modlists

View File

@ -107,8 +107,7 @@ namespace Wabbajack.Lib.Downloaders.DTOs
[JsonProperty("url")]
public string? Url { get; set; }
[JsonProperty("size")]
public int Size { get; set; }
[JsonProperty("size")] public string Size { get; set; } = "";
}
public class PrimaryScreenshot