mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
Merge branch 'dev' into reformat
This commit is contained in:
@@ -387,7 +387,7 @@ namespace Emby.Server.Implementations.HttpClientManager
|
||||
{
|
||||
options.ResourcePool?.Release();
|
||||
|
||||
throw new HttpException(string.Format("Connection to {0} timed out", options.Url)) { IsTimedOut = true };
|
||||
throw new HttpException($"Connection to {options.Url} timed out") { IsTimedOut = true };
|
||||
}
|
||||
|
||||
if (options.LogRequest)
|
||||
|
||||
Reference in New Issue
Block a user