diff options
| author | Patrick Barron <barronpm@gmail.com> | 2023-11-10 11:10:51 -0500 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2023-11-12 10:24:35 -0500 |
| commit | e463dbda47cc51d9e774e867140921f001a3a52a (patch) | |
| tree | 27dec089574867d4d855a1453f6144f6923e5460 /Jellyfin.Server/Startup.cs | |
| parent | 9595636d6105bbe77292d87c7016c21f9df8d4c7 (diff) | |
Move network configuration to MediaBrowser.Common
Diffstat (limited to 'Jellyfin.Server/Startup.cs')
| -rw-r--r-- | Jellyfin.Server/Startup.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Server/Startup.cs b/Jellyfin.Server/Startup.cs index 2acddb243..18d13c056 100644 --- a/Jellyfin.Server/Startup.cs +++ b/Jellyfin.Server/Startup.cs @@ -7,7 +7,6 @@ using System.Text; using Emby.Dlna.Extensions; using Jellyfin.Api.Middleware; using Jellyfin.MediaEncoding.Hls.Extensions; -using Jellyfin.Networking.Configuration; using Jellyfin.Networking.HappyEyeballs; using Jellyfin.Server.Extensions; using Jellyfin.Server.HealthChecks; |
