fix windows restart

This commit is contained in:
Luke Pulverenti
2015-09-21 21:05:33 -04:00
parent a3f11aac38
commit 71780d401f
6 changed files with 28 additions and 11 deletions

View File

@@ -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