瀏覽代碼

UdpServerEntryPoint: Fix typo

Bond_009 3 年之前
父節點
當前提交
16e0d46771
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs

+ 1 - 1
Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs

@@ -61,7 +61,7 @@ namespace Emby.Server.Implementations.EntryPoints
         {
             CheckDisposed();
 
-            if (_configurationManager.GetNetworkConfiguration().AutoDiscovery)
+            if (!_configurationManager.GetNetworkConfiguration().AutoDiscovery)
             {
                 return Task.CompletedTask;
             }