aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Net/DefaultHttpClientHandler.cs
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-08-19 07:09:07 -0600
committercrobibero <cody@robibe.ro>2020-08-19 07:09:07 -0600
commitf6b8cd4b46d03a1baa86d4ee31d1a66e2ad05097 (patch)
treefac437d9a33cfb76a2aeac11229f10e3cbefd95d /MediaBrowser.Common/Net/DefaultHttpClientHandler.cs
parentac5c0866f3745784c78e376c2eefb111b929d8e5 (diff)
Fix build
Diffstat (limited to 'MediaBrowser.Common/Net/DefaultHttpClientHandler.cs')
-rw-r--r--MediaBrowser.Common/Net/DefaultHttpClientHandler.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Net/DefaultHttpClientHandler.cs b/MediaBrowser.Common/Net/DefaultHttpClientHandler.cs
index 6608fad34..e189d6e70 100644
--- a/MediaBrowser.Common/Net/DefaultHttpClientHandler.cs
+++ b/MediaBrowser.Common/Net/DefaultHttpClientHandler.cs
@@ -8,7 +8,9 @@ namespace MediaBrowser.Common.Net
/// </summary>
public class DefaultHttpClientHandler : HttpClientHandler
{
- /// <inheritdoc />
+ /// <summary>
+ /// Initializes a new instance of the <see cref="DefaultHttpClientHandler"/> class.
+ /// </summary>
public DefaultHttpClientHandler()
{
// TODO change to DecompressionMethods.All with .NET5