Sfoglia il codice sorgente

Update Jellyfin.Networking/Manager/NetworkManager.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
BaronGreenback 4 anni fa
parent
commit
d99d95422e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Jellyfin.Networking/Manager/NetworkManager.cs

+ 1 - 1
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);