mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-23 21:47:14 -04:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue