mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
Fix debug builds (#8909)
This commit is contained in:
@@ -1301,7 +1301,8 @@ namespace Jellyfin.Networking.Manager
|
||||
var extResult = _interfaceAddresses
|
||||
.Exclude(_bindExclusions, false)
|
||||
.Where(p => !IsInLocalNetwork(p))
|
||||
.OrderBy(p => p.Tag);
|
||||
.OrderBy(p => p.Tag)
|
||||
.ToList();
|
||||
|
||||
if (extResult.Any())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user