mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Update Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
parent
c1fa7cbbf8
commit
ada052fcb1
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ namespace Jellyfin.Server.Middleware
|
|||
}
|
||||
|
||||
// Unencode and re-parse querystring.
|
||||
var unencodedKey = HttpUtility.UrlDecode(kvp.Key);
|
||||
var unencodedKey = HttpUtility.UrlDecode(key);
|
||||
|
||||
if (string.Equals(unencodedKey, kvp.Key, System.StringComparison.Ordinal))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue