mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-20 17:16:42 +00:00
Include library via NuGet instead of via source
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user