mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
2.5.0.4
This commit is contained in:
parent
a56921e130
commit
c8d4e3651c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user