update db locks

This commit is contained in:
Luke Pulverenti
2016-12-11 00:17:04 -05:00
parent a9a808a9c4
commit 7669e821f1
3 changed files with 25 additions and 25 deletions

View File

@@ -332,7 +332,7 @@ namespace Emby.Server.Implementations.Data
//{
// return new DummyToken();
//}
return new WriteLockToken(obj);
return new ReadLockToken(obj);
}
public static IDisposable Write(this ReaderWriterLockSlim obj)
{