aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Session/SessionWebSocketListener.cs
diff options
context:
space:
mode:
authorHannes Braun <hannesbraun@mail.de>2022-09-28 16:17:08 +0200
committerHannes Braun <hannesbraun@mail.de>2022-09-28 16:26:03 +0200
commit4edeccc5e0ff391a5f8c35f5f9b81a5ca0e228de (patch)
tree7adb6a1d6523ca2ec2ffe51607e521955c7ce778 /Emby.Server.Implementations/Session/SessionWebSocketListener.cs
parentbb194b178fff1fe5257dca186222a8b666021795 (diff)
Remove redundant using directives
Diffstat (limited to 'Emby.Server.Implementations/Session/SessionWebSocketListener.cs')
-rw-r--r--Emby.Server.Implementations/Session/SessionWebSocketListener.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Session/SessionWebSocketListener.cs b/Emby.Server.Implementations/Session/SessionWebSocketListener.cs
index fccf50f60..35fd5caae 100644
--- a/Emby.Server.Implementations/Session/SessionWebSocketListener.cs
+++ b/Emby.Server.Implementations/Session/SessionWebSocketListener.cs
@@ -6,7 +6,6 @@ using System.Linq;
using System.Net.WebSockets;
using System.Threading;
using System.Threading.Tasks;
-using MediaBrowser.Common.Extensions;
using MediaBrowser.Controller.Net;
using MediaBrowser.Controller.Session;
using MediaBrowser.Model.Net;