fix SA1510

This commit is contained in:
telans
2020-06-14 20:49:24 +12:00
parent 15aea76523
commit 726e116d5b
7 changed files with 0 additions and 17 deletions

View File

@@ -116,7 +116,6 @@ namespace Emby.Server.Implementations.HttpServer.Security
{
info.Device = tokenInfo.DeviceName;
}
else if (!string.Equals(info.Device, tokenInfo.DeviceName, StringComparison.OrdinalIgnoreCase))
{
if (allowTokenInfoUpdate)