mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
Update based on PR1 changes.
This commit is contained in:
@@ -13,7 +13,7 @@ using CommandLine;
|
||||
using Emby.Server.Implementations;
|
||||
using Emby.Server.Implementations.IO;
|
||||
using Jellyfin.Api.Controllers;
|
||||
using Jellyfin.Networking.Manager;
|
||||
|
||||
using MediaBrowser.Common.Configuration;
|
||||
using MediaBrowser.Controller.Extensions;
|
||||
using Microsoft.AspNetCore.Hosting;
|
||||
@@ -272,7 +272,7 @@ namespace Jellyfin.Server
|
||||
return builder
|
||||
.UseKestrel((builderContext, options) =>
|
||||
{
|
||||
NetCollection addresses = NetworkManager.Instance.GetAllBindInterfaces();
|
||||
NetCollection addresses = appHost.NetManager.GetAllBindInterfaces();
|
||||
|
||||
bool flagged = false;
|
||||
foreach (IPObject netAdd in addresses)
|
||||
|
||||
Reference in New Issue
Block a user