diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-03-05 12:37:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-05 12:37:23 -0700 |
| commit | b705ace262de83867d4d0a04df285d0cc90dd378 (patch) | |
| tree | c26001c12e44787f5398188ee567894a1e72221d /Emby.Server.Implementations/Data/ManagedConnection.cs | |
| parent | 09b8cde6aa4123cba3dae31e6ac03edca2a546e5 (diff) | |
Apply suggestions from code review
Diffstat (limited to 'Emby.Server.Implementations/Data/ManagedConnection.cs')
| -rw-r--r-- | Emby.Server.Implementations/Data/ManagedConnection.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Data/ManagedConnection.cs b/Emby.Server.Implementations/Data/ManagedConnection.cs index 97cb6f26f..fe09bdc2a 100644 --- a/Emby.Server.Implementations/Data/ManagedConnection.cs +++ b/Emby.Server.Implementations/Data/ManagedConnection.cs @@ -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; |
