diff options
| author | gion <oancaionutandrei@gmail.com> | 2020-05-26 11:37:52 +0200 |
|---|---|---|
| committer | gion <oancaionutandrei@gmail.com> | 2020-05-26 11:37:52 +0200 |
| commit | e42bfc92f3e072a3d51dddce06bc90587e06791c (patch) | |
| tree | b436044e5886e310f8f5f1e466af13c042c90fda /Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs | |
| parent | e4838b0faa2dafec9382abe8e00bd18be624a030 (diff) | |
Fix code issues
Diffstat (limited to 'Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs b/Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs index 93cec1304..1f76dd4e3 100644 --- a/Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs +++ b/Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs @@ -374,6 +374,7 @@ namespace Emby.Server.Implementations.SyncPlay { throw new InvalidOperationException("Session in other group already!"); } + _sessionToGroupMap[session.Id] = group; } |
