mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
UdpServerEntryPoint: Fix typo
This commit is contained in:
parent
03f1eff21a
commit
16e0d46771
@ -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…
x
Reference in New Issue
Block a user