mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update Emby.Server.Implementations/Networking/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
adb789a802
commit
1d86084653
@ -296,7 +296,7 @@ namespace Emby.Server.Implementations.Networking
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Array.IndexOf(subnets, "[" + i.ToString() + "]") == -1)
|
if (Array.IndexOf(subnets, $"[{i}]") == -1)
|
||||||
{
|
{
|
||||||
listClone.Add(i);
|
listClone.Add(i);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user