aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Data/ManagedConnection.cs
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2021-11-15 23:35:53 +0100
committerGitHub <noreply@github.com>2021-11-15 23:35:53 +0100
commitf638cd08ea8132457a501edd983441c8d9193909 (patch)
tree9beccf282c4ef2a5c035266c6d8477e0c5bc8e81 /Emby.Server.Implementations/Data/ManagedConnection.cs
parent31b87130a2c817b81a72405377ed2fc3f018656b (diff)
parent474b035d99c388e7d23280cefaa97760d4263f76 (diff)
Merge pull request #6852 from Bond-009/warn54
Fix some warnings
Diffstat (limited to 'Emby.Server.Implementations/Data/ManagedConnection.cs')
-rw-r--r--Emby.Server.Implementations/Data/ManagedConnection.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Data/ManagedConnection.cs b/Emby.Server.Implementations/Data/ManagedConnection.cs
index 44dad5b17..11e33278d 100644
--- a/Emby.Server.Implementations/Data/ManagedConnection.cs
+++ b/Emby.Server.Implementations/Data/ManagedConnection.cs
@@ -7,7 +7,7 @@ using SQLitePCL.pretty;
namespace Emby.Server.Implementations.Data
{
- public class ManagedConnection : IDisposable
+ public sealed class ManagedConnection : IDisposable
{
private readonly SemaphoreSlim _writeLock;