aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-06-01 10:14:38 +0100
committerGitHub <noreply@github.com>2020-06-01 10:14:38 +0100
commit1d86084653c1f437da04edd82a627ed02480375b (patch)
tree34f032855d3fbc56e9c4ab921a1c44189fce77d9
parentadb789a802438f756492326b0c036bc77d70cea1 (diff)
Update Emby.Server.Implementations/Networking/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
-rw-r--r--Emby.Server.Implementations/Networking/NetworkManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Networking/NetworkManager.cs b/Emby.Server.Implementations/Networking/NetworkManager.cs
index 6552cd8ec..caa3d964a 100644
--- a/Emby.Server.Implementations/Networking/NetworkManager.cs
+++ b/Emby.Server.Implementations/Networking/NetworkManager.cs
@@ -296,7 +296,7 @@ namespace Emby.Server.Implementations.Networking
continue;
}
- if (Array.IndexOf(subnets, "[" + i.ToString() + "]") == -1)
+ if (Array.IndexOf(subnets, $"[{i}]") == -1)
{
listClone.Add(i);
}