aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Networking/Manager
diff options
context:
space:
mode:
authorPatrick Barron <barronpm@gmail.com>2023-11-10 11:10:51 -0500
committerPatrick Barron <barronpm@gmail.com>2023-11-12 10:24:35 -0500
commite463dbda47cc51d9e774e867140921f001a3a52a (patch)
tree27dec089574867d4d855a1453f6144f6923e5460 /Jellyfin.Networking/Manager
parent9595636d6105bbe77292d87c7016c21f9df8d4c7 (diff)
Move network configuration to MediaBrowser.Common
Diffstat (limited to 'Jellyfin.Networking/Manager')
-rw-r--r--Jellyfin.Networking/Manager/NetworkManager.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Networking/Manager/NetworkManager.cs b/Jellyfin.Networking/Manager/NetworkManager.cs
index d631fa51f8..b0fe4aba65 100644
--- a/Jellyfin.Networking/Manager/NetworkManager.cs
+++ b/Jellyfin.Networking/Manager/NetworkManager.cs
@@ -7,7 +7,6 @@ using System.Net;
using System.Net.NetworkInformation;
using System.Net.Sockets;
using System.Threading;
-using Jellyfin.Networking.Configuration;
using MediaBrowser.Common.Configuration;
using MediaBrowser.Common.Net;
using MediaBrowser.Model.Net;