mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
slight format correction.
This commit is contained in:
parent
dabeabc553
commit
c8061f92be
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ namespace Jellyfin.Server.Middleware
|
|||
/// Initializes a new instance of the <see cref="QueryStringDecodingMiddleware"/> class.
|
||||
/// </summary>
|
||||
/// <param name="next">The next delegate in the pipeline.</param>
|
||||
public QueryStringDecodingMiddleware(
|
||||
RequestDelegate next)
|
||||
public QueryStringDecodingMiddleware(RequestDelegate next)
|
||||
{
|
||||
_next = next;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue