aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2023-07-06 19:56:17 +0200
committerGitHub <noreply@github.com>2023-07-06 19:56:17 +0200
commit5b711f38d143fc3eca231c745a52fedbe7a10092 (patch)
tree5d24601a819fe6f2386d5c824751b0e6cfc12944 /Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs
parentb95fa294c9e896349c528c032508b9c714c13395 (diff)
parent2bc2848b8ecbcdd37077cefb54bf9d3ecfc4da11 (diff)
Merge pull request #9958 from Shadowghost/networking-fixex
Diffstat (limited to 'Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs')
-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;