diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-12-05 16:16:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-05 16:16:19 +0100 |
| commit | 000ccaa6dbf948aa427a8daac7d550dd598b3b5b (patch) | |
| tree | 9b195f8157d1b29c1096729f193da387855f9137 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | f7d61912a26e927e52f1340bbed7bca2da212d93 (diff) | |
| parent | eea676429b603c9a19e098b1a99c6c024af95ec7 (diff) | |
Merge pull request #10660 from barronpm/move-networking
Move Jellyfin.Networking
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 895542409..dce56e0a4 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -27,7 +27,6 @@ using Emby.Server.Implementations.IO; using Emby.Server.Implementations.Library; using Emby.Server.Implementations.LiveTv; using Emby.Server.Implementations.Localization; -using Emby.Server.Implementations.Net; using Emby.Server.Implementations.Playlists; using Emby.Server.Implementations.Plugins; using Emby.Server.Implementations.QuickConnect; @@ -41,6 +40,7 @@ using Jellyfin.Api.Helpers; using Jellyfin.Drawing; using Jellyfin.MediaEncoding.Hls.Playlist; using Jellyfin.Networking.Manager; +using Jellyfin.Networking.Udp; using Jellyfin.Server.Implementations; using MediaBrowser.Common; using MediaBrowser.Common.Configuration; |
