Merge pull request #7431 from Bond-009/autodiscovery

This commit is contained in:
Cody Robibero
2022-03-08 14:37:01 -07:00
committed by GitHub

View File

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