mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 10:29:01 -07:00
Update Emby.Server.Implementations/Networking/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
455e464445
commit
fbd02a493b
@ -123,12 +123,7 @@ namespace Emby.Server.Implementations.Networking
|
|||||||
/// <inheritdoc/>
|
/// <inheritdoc/>
|
||||||
public List<PhysicalAddress> GetMacAddresses()
|
public List<PhysicalAddress> GetMacAddresses()
|
||||||
{
|
{
|
||||||
if (_macAddresses == null)
|
return _macAddresses ??= GetMacAddressesInternal().ToList();
|
||||||
{
|
|
||||||
_macAddresses = GetMacAddressesInternal().ToList();
|
|
||||||
}
|
|
||||||
|
|
||||||
return _macAddresses;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <inheritdoc/>
|
/// <inheritdoc/>
|
||||||
|
Loading…
Reference in New Issue
Block a user