aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/EntryPoints
diff options
context:
space:
mode:
authorShadowghost <Ghost_of_Stone@web.de>2023-07-03 21:51:36 +0200
committerShadowghost <Ghost_of_Stone@web.de>2023-07-03 22:04:59 +0200
commite56275fb46296781798a9af4a42fc3fb623c15cd (patch)
treee4e111d650eeeacd31dd6f0cf64d907daf0e0873 /Emby.Server.Implementations/EntryPoints
parent93b400343ebd2ef92e740d804ceaaedb01da30cf (diff)
Extract networking constants
Diffstat (limited to 'Emby.Server.Implementations/EntryPoints')
-rw-r--r--Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs b/Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs
index 2839e163e..54191649d 100644
--- a/Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs
+++ b/Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs
@@ -7,6 +7,7 @@ using System.Threading;
using System.Threading.Tasks;
using Emby.Server.Implementations.Udp;
using Jellyfin.Networking.Configuration;
+using Jellyfin.Networking.Extensions;
using MediaBrowser.Common.Configuration;
using MediaBrowser.Common.Net;
using MediaBrowser.Controller;