diff options
| author | crobibero <cody@robibe.ro> | 2020-08-26 08:45:59 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-08-26 08:45:59 -0600 |
| commit | de4cfa223498dde4e665c452337f032c29270abe (patch) | |
| tree | 2d3265874be55bd94747f38b97910948d88c2707 /Emby.Server.Implementations/HttpServer/WebSocketConnection.cs | |
| parent | 78ae86b86a66855374c1e604118756abdfffe3f9 (diff) | |
Apply suggestions from code review
Diffstat (limited to 'Emby.Server.Implementations/HttpServer/WebSocketConnection.cs')
| -rw-r--r-- | Emby.Server.Implementations/HttpServer/WebSocketConnection.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/HttpServer/WebSocketConnection.cs b/Emby.Server.Implementations/HttpServer/WebSocketConnection.cs index dedc8978b..7eae4e764 100644 --- a/Emby.Server.Implementations/HttpServer/WebSocketConnection.cs +++ b/Emby.Server.Implementations/HttpServer/WebSocketConnection.cs @@ -209,7 +209,7 @@ namespace Emby.Server.Implementations.HttpServer return; } - if (stub is null) + if (stub == null) { _logger.LogError("Error processing web socket message"); return; |
