mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 00:12:24 +00:00
UdpServerEntryPoint: Fix typo
This commit is contained in:
@@ -61,7 +61,7 @@ namespace Emby.Server.Implementations.EntryPoints
|
||||
{
|
||||
CheckDisposed();
|
||||
|
||||
if (_configurationManager.GetNetworkConfiguration().AutoDiscovery)
|
||||
if (!_configurationManager.GetNetworkConfiguration().AutoDiscovery)
|
||||
{
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user