mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
parent
37326a8099
commit
147612f59b
@ -46,7 +46,7 @@ namespace Jellyfin.Server.Middleware
|
|||||||
|
|
||||||
// Encoded querystrings have no value, so don't process anything if a value is present.
|
// Encoded querystrings have no value, so don't process anything if a value is present.
|
||||||
var (key, stringValues) = value.First();
|
var (key, stringValues) = value.First();
|
||||||
if (!string.IsNullOrEmpty(kvp.Value))
|
if (!string.IsNullOrEmpty(stringValues))
|
||||||
{
|
{
|
||||||
_store = value;
|
_store = value;
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user