mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
No need to double check param length
This commit is contained in:
parent
064a9cedbd
commit
13bc57ecc3
@ -273,11 +273,8 @@ namespace Emby.Server.Implementations.HttpServer.Security
|
||||
{
|
||||
var param = item.Trim().Split('=', 2);
|
||||
|
||||
if (param.Length == 2)
|
||||
{
|
||||
result[param[0]] = param[1].Trim('"');
|
||||
}
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user