mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
parent
039a4fb22d
commit
d99d95422e
@ -731,7 +731,7 @@ namespace Jellyfin.Networking.Manager
|
|||||||
{
|
{
|
||||||
// Is it the name of an interface (windows) eg, Wireless LAN adapter Wireless Network Connection 1.
|
// Is it the name of an interface (windows) eg, Wireless LAN adapter Wireless Network Connection 1.
|
||||||
// Null check required here for automated testing.
|
// 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);
|
_logger.LogInformation("Interface {Token} used in settings. Using its interface addresses.", token);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user