diff options
Diffstat (limited to 'MediaBrowser.Server.Implementations/Session/SessionManager.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Session/SessionManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Session/SessionManager.cs b/MediaBrowser.Server.Implementations/Session/SessionManager.cs index afde4af93..f48431dc1 100644 --- a/MediaBrowser.Server.Implementations/Session/SessionManager.cs +++ b/MediaBrowser.Server.Implementations/Session/SessionManager.cs @@ -356,7 +356,7 @@ namespace MediaBrowser.Server.Implementations.Session private string GetSessionKey(string clientType, string appVersion, string deviceId) { - return clientType + deviceId + appVersion; + return clientType + deviceId; } /// <summary> |
