mirror of
https://github.com/SabreTools/SabreTools.RedumpLib.git
synced 2026-09-21 22:44:51 +00:00
This is a field, not a property
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user