aboutsummaryrefslogtreecommitdiff
path: root/Emby.Common.Implementations/Networking/NetworkManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-12-04 16:30:38 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-12-04 16:30:38 -0500
commit401a6b8f4a84f378f0f6682ee7aecccc6ab30935 (patch)
tree892ca801450a2578e286e938a5a29a997a502d9d /Emby.Common.Implementations/Networking/NetworkManager.cs
parent7ed6c67db0f28c5776d972668a438369c3b96aef (diff)
add request logging
Diffstat (limited to 'Emby.Common.Implementations/Networking/NetworkManager.cs')
-rw-r--r--Emby.Common.Implementations/Networking/NetworkManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Common.Implementations/Networking/NetworkManager.cs b/Emby.Common.Implementations/Networking/NetworkManager.cs
index a4f8f7ced..b9100f9db 100644
--- a/Emby.Common.Implementations/Networking/NetworkManager.cs
+++ b/Emby.Common.Implementations/Networking/NetworkManager.cs
@@ -27,7 +27,7 @@ namespace Emby.Common.Implementations.Networking
private List<IpAddressInfo> _localIpAddresses;
private readonly object _localIpAddressSyncLock = new object();
- public IEnumerable<IpAddressInfo> GetLocalIpAddresses()
+ public List<IpAddressInfo> GetLocalIpAddresses()
{
const int cacheMinutes = 5;