Merge branch 'master' into syncplay-enhanced

This commit is contained in:
Joshua M. Boniface
2020-11-27 09:46:18 -05:00
committed by GitHub
510 changed files with 15504 additions and 8822 deletions

View File

@@ -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();