mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
added user data save reason
This commit is contained in:
@@ -672,6 +672,11 @@ namespace MediaBrowser.ServerApplication
|
||||
OnApplicationUpdated(package.version);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Creates the HTTP client.
|
||||
/// </summary>
|
||||
/// <param name="enableHttpCompression">if set to <c>true</c> [enable HTTP compression].</param>
|
||||
/// <returns>HttpClient.</returns>
|
||||
protected override HttpClient CreateHttpClient(bool enableHttpCompression)
|
||||
{
|
||||
return HttpClientFactory.GetHttpClient(enableHttpCompression);
|
||||
|
||||
Reference in New Issue
Block a user