Pārlūkot izejas kodu

Update NetworkManager.cs

BaronGreenback 4 gadi atpakaļ
vecāks
revīzija
4cf88f67ba
1 mainītis faili ar 1 papildinājumiem un 5 dzēšanām
  1. 1 5
      Jellyfin.Networking/Manager/NetworkManager.cs

+ 1 - 5
Jellyfin.Networking/Manager/NetworkManager.cs

@@ -576,11 +576,7 @@ namespace Jellyfin.Networking.Manager
             return false;
             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)
         public bool HasRemoteAccess(IPAddress remoteIp)
         {
         {
             var config = _configurationManager.GetNetworkConfiguration();
             var config = _configurationManager.GetNetworkConfiguration();