From c8d4e3651c793d4991889ce7dd226ecb82e5476b Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Sun, 27 Jun 2021 16:20:35 -0600 Subject: [PATCH] 2.5.0.4 --- CHANGELOG.md | 1 + Wabbajack.Lib/Downloaders/DTOs/IPS4OAuthFilesResponse.cs | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 911d7256..248d8711 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Wabbajack.Lib/Downloaders/DTOs/IPS4OAuthFilesResponse.cs b/Wabbajack.Lib/Downloaders/DTOs/IPS4OAuthFilesResponse.cs index bf59684f..234e0659 100644 --- a/Wabbajack.Lib/Downloaders/DTOs/IPS4OAuthFilesResponse.cs +++ b/Wabbajack.Lib/Downloaders/DTOs/IPS4OAuthFilesResponse.cs @@ -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