aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Net/IHttpServer.cs
diff options
context:
space:
mode:
authorClaus Vium <clausvium@gmail.com>2020-09-02 13:06:14 +0200
committerClaus Vium <clausvium@gmail.com>2020-09-02 13:06:14 +0200
commit12710cdf423c038c076c8bd351706e73f3a27899 (patch)
treec0f93845466ac2552f798a157629301b39bbf949 /MediaBrowser.Controller/Net/IHttpServer.cs
parentbde8c00306300ff48c85f8f97a9553fa75eaeaad (diff)
More fixes
Diffstat (limited to 'MediaBrowser.Controller/Net/IHttpServer.cs')
-rw-r--r--MediaBrowser.Controller/Net/IHttpServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Net/IHttpServer.cs b/MediaBrowser.Controller/Net/IHttpServer.cs
index 845f27045..637dd2be3 100644
--- a/MediaBrowser.Controller/Net/IHttpServer.cs
+++ b/MediaBrowser.Controller/Net/IHttpServer.cs
@@ -42,7 +42,7 @@ namespace MediaBrowser.Controller.Net
/// <summary>
/// Get the default CORS headers.
/// </summary>
- /// <param name="req">The HTTP context of the current request.</param>
+ /// <param name="httpContext">The HTTP context of the current request.</param>
/// <returns>The default CORS headers for the context.</returns>
IDictionary<string, string> GetDefaultCorsHeaders(HttpContext httpContext);
}