|
@@ -17,8 +17,7 @@ namespace Jellyfin.Server.Middleware
|
|
/// Initializes a new instance of the <see cref="QueryStringDecodingMiddleware"/> class.
|
|
/// Initializes a new instance of the <see cref="QueryStringDecodingMiddleware"/> class.
|
|
/// </summary>
|
|
/// </summary>
|
|
/// <param name="next">The next delegate in the pipeline.</param>
|
|
/// <param name="next">The next delegate in the pipeline.</param>
|
|
- public QueryStringDecodingMiddleware(
|
|
|
|
- RequestDelegate next)
|
|
|
|
|
|
+ public QueryStringDecodingMiddleware(RequestDelegate next)
|
|
{
|
|
{
|
|
_next = next;
|
|
_next = next;
|
|
}
|
|
}
|