Include library via NuGet instead of via source

This commit is contained in:
Bond_009
2019-07-29 16:01:14 +02:00
parent e4644599af
commit 998017a76d
8 changed files with 2 additions and 2424 deletions

View File

@@ -258,7 +258,7 @@ namespace Emby.Server.Implementations.Networking
if (normalizedSubnet.IndexOf('/') != -1)
{
var ipnetwork = IPNetwork.IPNetwork.Parse(normalizedSubnet);
var ipnetwork = IPNetwork.Parse(normalizedSubnet);
if (ipnetwork.Contains(address))
{
return true;