mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
rework people
This commit is contained in:
@@ -818,7 +818,10 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
|
||||
{
|
||||
if ((int) statusCode == 429)
|
||||
{
|
||||
client.LastTimeout = DateTime.UtcNow;
|
||||
throw new HttpException(response.StatusDescription)
|
||||
{
|
||||
IsTimedOut = true
|
||||
};
|
||||
}
|
||||
|
||||
if (statusCode == HttpStatusCode.RequestEntityTooLarge)
|
||||
|
||||
Reference in New Issue
Block a user