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.Api/Controllers/StartupController.cs | |
| parent | 9595636d6105bbe77292d87c7016c21f9df8d4c7 (diff) | |
Move network configuration to MediaBrowser.Common
Diffstat (limited to 'Jellyfin.Api/Controllers/StartupController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/StartupController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/StartupController.cs b/Jellyfin.Api/Controllers/StartupController.cs index 1098733b2..fe99cee77 100644 --- a/Jellyfin.Api/Controllers/StartupController.cs +++ b/Jellyfin.Api/Controllers/StartupController.cs @@ -3,7 +3,7 @@ using System.Linq; using System.Threading.Tasks; using Jellyfin.Api.Constants; using Jellyfin.Api.Models.StartupDtos; -using Jellyfin.Networking.Configuration; +using MediaBrowser.Common.Net; using MediaBrowser.Controller.Configuration; using MediaBrowser.Controller.Library; using Microsoft.AspNetCore.Authorization; |
