mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 04:48:27 +01:00
Fix some warnings
609 left
This commit is contained in:
@@ -675,7 +675,7 @@ namespace Jellyfin.Server
|
||||
|
||||
private static string NormalizeCommandLineArgument(string arg)
|
||||
{
|
||||
if (!arg.Contains(" ", StringComparison.OrdinalIgnoreCase))
|
||||
if (!arg.Contains(' ', StringComparison.Ordinal))
|
||||
{
|
||||
return arg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user