mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 19:54:48 +03:00
Apply suggestions from code review
This commit is contained in:
@@ -15,8 +15,7 @@ namespace Emby.Server.Implementations.Data
|
||||
|
||||
private bool _disposed;
|
||||
|
||||
|
||||
public ManagedConnection(SQLiteDatabaseConnection db, SemaphoreSlim writeLock)
|
||||
public ManagedConnection(SQLiteDatabaseConnection db, SemaphoreSlim? writeLock)
|
||||
{
|
||||
_db = db;
|
||||
_writeLock = writeLock;
|
||||
|
||||
Reference in New Issue
Block a user