This is a field, not a property

This commit is contained in:
Matt Nadareski
2026-03-01 11:56:42 -05:00
parent 5d6b14ea7e
commit eb6ae00ee2

View File

@@ -58,6 +58,10 @@ namespace SabreTools.RedumpLib.Web
/// </summary>
public bool IgnoreErrors { get; set; } = false;
#endregion
#region Fields
/// <summary>
/// Internal client for interaction
/// </summary>
@@ -67,10 +71,6 @@ namespace SabreTools.RedumpLib.Web
private readonly CookieWebClient _internalClient;
#endif
#endregion
#region Fields
/// <summary>
/// Indicates if user is logged into Redump
/// </summary>