aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/StartupController.cs
diff options
context:
space:
mode:
authorPatrick Barron <barronpm@gmail.com>2023-11-10 11:10:51 -0500
committerPatrick Barron <barronpm@gmail.com>2023-11-12 10:24:35 -0500
commite463dbda47cc51d9e774e867140921f001a3a52a (patch)
tree27dec089574867d4d855a1453f6144f6923e5460 /Jellyfin.Api/Controllers/StartupController.cs
parent9595636d6105bbe77292d87c7016c21f9df8d4c7 (diff)
Move network configuration to MediaBrowser.Common
Diffstat (limited to 'Jellyfin.Api/Controllers/StartupController.cs')
-rw-r--r--Jellyfin.Api/Controllers/StartupController.cs2
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;