mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
Fix some warnings
609 left
This commit is contained in:
@@ -51,7 +51,7 @@ namespace Jellyfin.Server.Middleware
|
||||
return;
|
||||
}
|
||||
|
||||
if (!key.Contains('='))
|
||||
if (!key.Contains('=', StringComparison.Ordinal))
|
||||
{
|
||||
_store = value;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user