diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-03-12 14:58:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-12 14:58:04 +0000 |
| commit | 4cf88f67baf8f76ce4ed630cc73ef73405c0212b (patch) | |
| tree | ae60972e32730b3d4dc1946eeb816582adfc1778 /Jellyfin.Networking | |
| parent | b7fb152faf6c01e20d9b8c46be13fc7cc5e0edbc (diff) | |
Update NetworkManager.cs
Diffstat (limited to 'Jellyfin.Networking')
| -rw-r--r-- | Jellyfin.Networking/Manager/NetworkManager.cs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Jellyfin.Networking/Manager/NetworkManager.cs b/Jellyfin.Networking/Manager/NetworkManager.cs index b0046af48..785a058d3 100644 --- a/Jellyfin.Networking/Manager/NetworkManager.cs +++ b/Jellyfin.Networking/Manager/NetworkManager.cs @@ -576,11 +576,7 @@ namespace Jellyfin.Networking.Manager return false; } - /// <summary> - /// Checks to see if <paramref name="remoteIp"/> has access. - /// </summary> - /// <param name="remoteIp">IP Address of client.</param> - /// <returns><b>True</b> if has access, otherwise <b>false</b>.</returns> + /// <inheritdoc/> public bool HasRemoteAccess(IPAddress remoteIp) { var config = _configurationManager.GetNetworkConfiguration(); |
