Apply suggestions from code review

This commit is contained in:
Matt Montgomery
2020-08-26 15:24:24 -05:00
parent 2974a0248a
commit df0d197dc8
2 changed files with 2 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ namespace Emby.Server.Implementations.QuickConnect
UserId = user
});
var tokens = raw.Items.Where(x => x.AppName.StartsWith(TokenName, StringComparison.CurrentCulture));
var tokens = raw.Items.Where(x => x.AppName.StartsWith(TokenName, StringComparison.Ordinal));
var removed = 0;
foreach (var token in tokens)