diff options
| -rw-r--r-- | Emby.Server.Implementations/Udp/UdpServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Udp/UdpServer.cs b/Emby.Server.Implementations/Udp/UdpServer.cs index 1ae3888dc..a26f714b1 100644 --- a/Emby.Server.Implementations/Udp/UdpServer.cs +++ b/Emby.Server.Implementations/Udp/UdpServer.cs @@ -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"; |
