mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 06:18:28 +01:00
Merge branch 'master' into TVFix
This commit is contained in:
@@ -1043,7 +1043,7 @@ namespace Jellyfin.Networking.Manager
|
||||
else
|
||||
{
|
||||
// Internal interfaces must be private, not excluded and part of the LocalNetworkSubnet.
|
||||
_internalInterfaces = CreateCollection(_interfaceAddresses.Where(i => IsInLocalNetwork(i)));
|
||||
_internalInterfaces = CreateCollection(_interfaceAddresses.Where(IsInLocalNetwork));
|
||||
}
|
||||
|
||||
_logger.LogInformation("Defined LAN addresses : {0}", _lanSubnets.AsString());
|
||||
|
||||
Reference in New Issue
Block a user