From eb6ae00ee2f2b37a496f5e2f62862eff0a73a1a9 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 1 Mar 2026 11:56:42 -0500 Subject: [PATCH] This is a field, not a property --- SabreTools.RedumpLib/Web/RedumpClient.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SabreTools.RedumpLib/Web/RedumpClient.cs b/SabreTools.RedumpLib/Web/RedumpClient.cs index 3dd7b04..02b5ee7 100644 --- a/SabreTools.RedumpLib/Web/RedumpClient.cs +++ b/SabreTools.RedumpLib/Web/RedumpClient.cs @@ -58,6 +58,10 @@ namespace SabreTools.RedumpLib.Web /// public bool IgnoreErrors { get; set; } = false; + #endregion + + #region Fields + /// /// Internal client for interaction /// @@ -67,10 +71,6 @@ namespace SabreTools.RedumpLib.Web private readonly CookieWebClient _internalClient; #endif - #endregion - - #region Fields - /// /// Indicates if user is logged into Redump ///