Explorar o código

Update UdpServer.cs

Fredrik Zetterlund %!s(int64=8) %!d(string=hai) anos
pai
achega
daca521e63
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      MediaBrowser.Server.Implementations/Udp/UdpServer.cs

+ 1 - 1
MediaBrowser.Server.Implementations/Udp/UdpServer.cs

@@ -122,7 +122,7 @@ namespace MediaBrowser.Server.Implementations.Udp
 
                 await SendAsync(encoding.GetBytes(_json.SerializeToString(response)), endpoint).ConfigureAwait(false);
                 
-                 if (parts.Length > 1)
+                if (parts.Length > 1)
                 {
                     _appHost.EnableLoopback(parts[1]);
                 }