diff options
| author | Stepan Goremykin <goremukin@gmail.com> | 2023-10-08 00:50:02 +0200 |
|---|---|---|
| committer | Stepan Goremykin <goremukin@gmail.com> | 2023-10-08 00:50:02 +0200 |
| commit | f84469d50029801003e76cfe8a156d559182432d (patch) | |
| tree | 3da3a3a065539ae5cb7dc9fa3fdacc3c8e6d67ee /Emby.Server.Implementations/HttpServer/WebSocketConnection.cs | |
| parent | 963d8e66a2253dd421925b56497581e93ab07aff (diff) | |
Remove redundant using directives
Diffstat (limited to 'Emby.Server.Implementations/HttpServer/WebSocketConnection.cs')
| -rw-r--r-- | Emby.Server.Implementations/HttpServer/WebSocketConnection.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/HttpServer/WebSocketConnection.cs b/Emby.Server.Implementations/HttpServer/WebSocketConnection.cs index 7f620d666..f83da566b 100644 --- a/Emby.Server.Implementations/HttpServer/WebSocketConnection.cs +++ b/Emby.Server.Implementations/HttpServer/WebSocketConnection.cs @@ -12,7 +12,6 @@ using MediaBrowser.Controller.Net; using MediaBrowser.Controller.Net.WebSocketMessages; using MediaBrowser.Controller.Net.WebSocketMessages.Outbound; using MediaBrowser.Model.Session; -using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; namespace Emby.Server.Implementations.HttpServer |
