Update Emby.Server.Implementations/Udp/UdpServer.cs

Co-authored-by: Mark Monteiro <marknr.monteiro@protonmail.com>
This commit is contained in:
Neil Burrows
2020-05-24 09:22:13 +01:00
committed by GitHub
parent a646a91e15
commit 09915363c2

View File

@@ -25,7 +25,7 @@ namespace Emby.Server.Implementations.Udp
private readonly IConfiguration _config;
/// <summary>
/// Address Override Configuration Key
/// Address Override Configuration Key.
/// </summary>
public const string AddressOverrideConfigKey = "PublishedServerUrl";