diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-05-02 01:30:04 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-05-02 01:30:04 +0200 |
| commit | 3623aafcb60dec4f4f5055046717d895b7597b60 (patch) | |
| tree | f300aecbd3ebcf66ae2be7d0ca4eb73c2f90f974 /Emby.Server.Implementations/Session/WebSocketController.cs | |
| parent | 04f826e50c23a8a996fd317124260f67b7ff3f9a (diff) | |
Make SonarCloud happy
Diffstat (limited to 'Emby.Server.Implementations/Session/WebSocketController.cs')
| -rw-r--r-- | Emby.Server.Implementations/Session/WebSocketController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Session/WebSocketController.cs b/Emby.Server.Implementations/Session/WebSocketController.cs index c7ef9b1ce..a0274acd2 100644 --- a/Emby.Server.Implementations/Session/WebSocketController.cs +++ b/Emby.Server.Implementations/Session/WebSocketController.cs @@ -21,7 +21,7 @@ namespace Emby.Server.Implementations.Session private readonly ISessionManager _sessionManager; private readonly SessionInfo _session; - private List<IWebSocketConnection> _sockets; + private readonly List<IWebSocketConnection> _sockets; private bool _disposed = false; public WebSocketController( |
