diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-12-14 16:01:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-14 16:01:33 -0500 |
| commit | 4cc15a8919ce9eabe6901407381336e796e1f396 (patch) | |
| tree | 43b077c17cc7070ce2b911bc58cdf6d5ead739f3 /Emby.Common.Implementations/Networking/NetworkManager.cs | |
| parent | 96e6b519b9997af1a0199142909d674c4e05dfd0 (diff) | |
| parent | de9cd28a7959f6920c82ff536339653334246c76 (diff) | |
Merge pull request #2342 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Common.Implementations/Networking/NetworkManager.cs')
| -rw-r--r-- | Emby.Common.Implementations/Networking/NetworkManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Common.Implementations/Networking/NetworkManager.cs b/Emby.Common.Implementations/Networking/NetworkManager.cs index a4e6d47d4..4485e8b14 100644 --- a/Emby.Common.Implementations/Networking/NetworkManager.cs +++ b/Emby.Common.Implementations/Networking/NetworkManager.cs @@ -245,7 +245,7 @@ namespace Emby.Common.Implementations.Networking //} return ipProperties.UnicastAddresses - .Where(i => i.IsDnsEligible) + //.Where(i => i.IsDnsEligible) .Select(i => i.Address) .Where(i => i.AddressFamily == AddressFamily.InterNetwork) .ToList(); |
