mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
add request logging
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user