mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
fix windows restart
This commit is contained in:
@@ -1322,8 +1322,9 @@ namespace MediaBrowser.Server.Implementations.Session
|
||||
|
||||
if (existing.Items.Length > 0)
|
||||
{
|
||||
_logger.Debug("Reissuing access token");
|
||||
return existing.Items[0].AccessToken;
|
||||
var token = existing.Items[0].AccessToken;
|
||||
_logger.Debug("Reissuing access token: " + token);
|
||||
return token;
|
||||
}
|
||||
|
||||
var newToken = new AuthenticationInfo
|
||||
|
||||
Reference in New Issue
Block a user