Merge pull request #7431 from Bond-009/autodiscovery
This commit is contained in:
commit
dacbfc83ff
|
@ -61,7 +61,7 @@ namespace Emby.Server.Implementations.EntryPoints
|
||||||
{
|
{
|
||||||
CheckDisposed();
|
CheckDisposed();
|
||||||
|
|
||||||
if (_configurationManager.GetNetworkConfiguration().AutoDiscovery)
|
if (!_configurationManager.GetNetworkConfiguration().AutoDiscovery)
|
||||||
{
|
{
|
||||||
return Task.CompletedTask;
|
return Task.CompletedTask;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user