Update Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
parent
cc2166550f
commit
e1a0b5d2a1
|
@ -72,7 +72,7 @@ namespace Jellyfin.Server.Middleware
|
|||
if (i == -1)
|
||||
{
|
||||
// encoded is an equals.
|
||||
pairs.Add(pair[0..i].ToString(), new StringValues(string.Empty));
|
||||
pairs.Add(pair[..i].ToString(), StringValues.Empty);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user