mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
Cleanup some small things
This commit is contained in:
parent
b27315bc08
commit
07a8e49c4b
8 changed files with 77 additions and 150 deletions
|
|
@ -389,7 +389,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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue