diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-02-27 19:10:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-27 19:10:53 +0000 |
| commit | d99d95422ed52bd3a7dbf9f7bd947feb809a2616 (patch) | |
| tree | 83939ea2cdd48890c797046364094550a4ddcba2 /Jellyfin.Networking/Manager/NetworkManager.cs | |
| parent | 039a4fb22d52d840019ecdb39c62bcd7f76e3b84 (diff) | |
Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Diffstat (limited to 'Jellyfin.Networking/Manager/NetworkManager.cs')
| -rw-r--r-- | Jellyfin.Networking/Manager/NetworkManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Networking/Manager/NetworkManager.cs b/Jellyfin.Networking/Manager/NetworkManager.cs index 1d5eb1826..05796d6a3 100644 --- a/Jellyfin.Networking/Manager/NetworkManager.cs +++ b/Jellyfin.Networking/Manager/NetworkManager.cs @@ -731,7 +731,7 @@ namespace Jellyfin.Networking.Manager { // Is it the name of an interface (windows) eg, Wireless LAN adapter Wireless Network Connection 1. // Null check required here for automated testing. - if (TryGetInterfaces(token, out var index)) + if (TryGetInterfaces(token, out var indices)) { _logger.LogInformation("Interface {Token} used in settings. Using its interface addresses.", token); |
