mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-16 15:24:10 +01: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