Updated to latest Unstable.

This commit is contained in:
Greenback
2020-11-19 18:27:18 +00:00
126 changed files with 3074 additions and 1316 deletions

View File

@@ -13,8 +13,7 @@ namespace MediaBrowser.Common.Net
/// </summary>
public DefaultHttpClientHandler()
{
// TODO change to DecompressionMethods.All with .NET5
AutomaticDecompression = DecompressionMethods.GZip | DecompressionMethods.Deflate;
AutomaticDecompression = DecompressionMethods.All;
}
}
}