mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-27 10:11:27 +02:00
Update UdpServer.cs
This commit is contained in:
parent
2741f24dff
commit
daca521e63
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ namespace MediaBrowser.Server.Implementations.Udp
|
|||
|
||||
await SendAsync(encoding.GetBytes(_json.SerializeToString(response)), endpoint).ConfigureAwait(false);
|
||||
|
||||
if (parts.Length > 1)
|
||||
if (parts.Length > 1)
|
||||
{
|
||||
_appHost.EnableLoopback(parts[1]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue