mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Remove unused variable
This commit is contained in:
parent
8d6e7d893b
commit
aea57c1a4a
@ -1513,12 +1513,6 @@ namespace Emby.Server.Implementations.Session
|
|||||||
Limit = 1
|
Limit = 1
|
||||||
}).ConfigureAwait(false)).Items.FirstOrDefault();
|
}).ConfigureAwait(false)).Items.FirstOrDefault();
|
||||||
|
|
||||||
var allExistingForDevice = (await _deviceManager.GetDevices(
|
|
||||||
new DeviceQuery
|
|
||||||
{
|
|
||||||
DeviceId = deviceId
|
|
||||||
}).ConfigureAwait(false)).Items;
|
|
||||||
|
|
||||||
if (existing is not null)
|
if (existing is not null)
|
||||||
{
|
{
|
||||||
_logger.LogInformation("Reusing existing access token: {Token}", existing.AccessToken);
|
_logger.LogInformation("Reusing existing access token: {Token}", existing.AccessToken);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user