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
commit dacbfc83ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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