Fix some warnings

This commit is contained in:
Bond_009
2021-11-15 15:57:07 +01:00
parent 9c74103fbe
commit 474b035d99
15 changed files with 36 additions and 32 deletions

View File

@@ -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;