mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
Make SonarCloud happy
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user