mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Merge pull request #7431 from Bond-009/autodiscovery
This commit is contained in:
commit
dacbfc83ff
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ namespace Emby.Server.Implementations.EntryPoints
|
|||
{
|
||||
CheckDisposed();
|
||||
|
||||
if (_configurationManager.GetNetworkConfiguration().AutoDiscovery)
|
||||
if (!_configurationManager.GetNetworkConfiguration().AutoDiscovery)
|
||||
{
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue