mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
move to new System.Threading.Lock type for better performance
This commit is contained in:
@@ -67,7 +67,7 @@ namespace Emby.Server.Implementations.SyncPlay
|
||||
/// <remarks>
|
||||
/// This lock has priority on locks made on <see cref="Group"/>.
|
||||
/// </remarks>
|
||||
private readonly object _groupsLock = new object();
|
||||
private readonly Lock _groupsLock = new();
|
||||
|
||||
private bool _disposed = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user