diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-10-04 13:19:56 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2020-10-04 13:19:56 -0400 |
| commit | 975fca51583de23bafb6720104a2a6857ab29b18 (patch) | |
| tree | 2a8211e9f6dc63bf826c814712b30db004ac2577 /Emby.Server.Implementations/Session/SessionManager.cs | |
| parent | b9d79d7635aa39052244f356e699bc125c88bc34 (diff) | |
Fix syntax error
Diffstat (limited to 'Emby.Server.Implementations/Session/SessionManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Session/SessionManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Session/SessionManager.cs b/Emby.Server.Implementations/Session/SessionManager.cs index 5903d395a..ac59fe386 100644 --- a/Emby.Server.Implementations/Session/SessionManager.cs +++ b/Emby.Server.Implementations/Session/SessionManager.cs @@ -1494,7 +1494,7 @@ namespace Emby.Server.Implementations.Session user.Username, sessionsCount, maxActiveSessions - ) + ); } var token = GetAuthorizationToken(user, request.DeviceId, request.App, request.AppVersion, request.DeviceName); |
