diff options
| author | telans <telans@protonmail.com> | 2020-06-14 20:49:24 +1200 |
|---|---|---|
| committer | telans <telans@protonmail.com> | 2020-06-15 10:40:57 +1200 |
| commit | 726e116d5bb0038edfdaa7f1672fa22df499964b (patch) | |
| tree | ab2189322e96e8d48af7ab43fd55cc2fc39fd18e /Emby.Server.Implementations/HttpServer | |
| parent | 15aea76523d1ad36ac4a1c8850bd099882c6325d (diff) | |
fix SA1510
Diffstat (limited to 'Emby.Server.Implementations/HttpServer')
| -rw-r--r-- | Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs b/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs index 9558cb4c6..4dffcd92d 100644 --- a/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs +++ b/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs @@ -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) |
