mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-18 00:06:27 +01:00
Remove comment
This commit is contained in:
@@ -364,7 +364,7 @@ namespace Emby.Server.Implementations.Data
|
||||
//{
|
||||
// return new DummyToken();
|
||||
//}
|
||||
return new WriteLockToken(obj); // TODO: fix segfault
|
||||
return new WriteLockToken(obj);
|
||||
}
|
||||
|
||||
public static IDisposable Write(this ReaderWriterLockSlim obj)
|
||||
|
||||
Reference in New Issue
Block a user