diff options
| author | Bill Thornton <billt2006@gmail.com> | 2023-09-06 00:06:08 -0400 |
|---|---|---|
| committer | Bill Thornton <billt2006@gmail.com> | 2023-09-06 00:06:08 -0400 |
| commit | aea57c1a4a557d30c6169b530b6dccb0b0220b64 (patch) | |
| tree | a13c11edf3bdc819cbcfb66572e1127da18dcdfe /Emby.Server.Implementations/Session | |
| parent | 8d6e7d893b4f814cdd82d235c4a2cfc4df6dad05 (diff) | |
Remove unused variable
Diffstat (limited to 'Emby.Server.Implementations/Session')
| -rw-r--r-- | Emby.Server.Implementations/Session/SessionManager.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Emby.Server.Implementations/Session/SessionManager.cs b/Emby.Server.Implementations/Session/SessionManager.cs index f7015b31e..bbc096a87 100644 --- a/Emby.Server.Implementations/Session/SessionManager.cs +++ b/Emby.Server.Implementations/Session/SessionManager.cs @@ -1513,12 +1513,6 @@ namespace Emby.Server.Implementations.Session Limit = 1 }).ConfigureAwait(false)).Items.FirstOrDefault(); - var allExistingForDevice = (await _deviceManager.GetDevices( - new DeviceQuery - { - DeviceId = deviceId - }).ConfigureAwait(false)).Items; - if (existing is not null) { _logger.LogInformation("Reusing existing access token: {Token}", existing.AccessToken); |
