diff options
| author | Neil Burrows <neil@pawprint.co.uk> | 2020-05-24 09:22:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-24 09:22:13 +0100 |
| commit | 09915363c2d5f2febed41e803476c7ec6049a06e (patch) | |
| tree | d72150fa29286fa3e9ba75af6ae40f68df19af81 | |
| parent | a646a91e158de8f26cc24e6b87d4a665942c28d9 (diff) | |
Update Emby.Server.Implementations/Udp/UdpServer.cs
Co-authored-by: Mark Monteiro <marknr.monteiro@protonmail.com>
| -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"; |
