mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2025-01-11 14:07:47 +00:00
Fixed UseAutoRetry doc comment.
This commit is contained in:
parent
78387da0ef
commit
4598410016
@ -51,7 +51,7 @@ namespace SpotifyAPI.Web
|
|||||||
public int RetryAfter { get; set; } = 50;
|
public int RetryAfter { get; set; } = 50;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Should a failed request (Error 500, 502, or 503) be automatically retried or not.
|
/// Should a failed request (specified by <see cref="RetryErrorCodes"/> be automatically retried or not.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool UseAutoRetry { get; set; } = false;
|
public bool UseAutoRetry { get; set; } = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user