mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-27 02:56:54 +01:00
re-enable http compression for all providers except for last fm
This commit is contained in:
@@ -49,5 +49,12 @@ namespace MediaBrowser.Common.Net
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if [enable response caching]; otherwise, <c>false</c>.</value>
|
||||
public bool EnableResponseCache { get; set; }
|
||||
|
||||
public bool EnableHttpCompression { get; set; }
|
||||
|
||||
public HttpRequestOptions()
|
||||
{
|
||||
EnableHttpCompression = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user