diff options
Diffstat (limited to 'Emby.Server.Implementations/SyncPlay')
| -rw-r--r-- | Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs b/Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs index 73bcced8a..be94c3982 100644 --- a/Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs +++ b/Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs @@ -54,7 +54,7 @@ namespace Emby.Server.Implementations.SyncPlay new Dictionary<Guid, IGroupController>(); /// <summary> - /// Lock used for accessing the list of groups. + /// Lock used for accessing any group. /// </summary> private readonly object _groupsLock = new object(); |
