diff options
| author | Bond-009 <bond.009@outlook.com> | 2021-03-01 18:51:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-01 18:51:09 +0100 |
| commit | c2af32d035352d333c3e2852d25fde51f984006b (patch) | |
| tree | e01cb055fa19cd367174afb4e91062abd2de2da6 /Emby.Server.Implementations/Udp | |
| parent | 557a2ad7158b14ae97fa503a551ed17251b97ca0 (diff) | |
| parent | 2bc1eef4ddb23385f90c8bfc6af2ecf9888d7879 (diff) | |
Merge pull request #5299 from Bond-009/tests13
Diffstat (limited to 'Emby.Server.Implementations/Udp')
| -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 4fd7ac0c18..d01184e0b6 100644 --- a/Emby.Server.Implementations/Udp/UdpServer.cs +++ b/Emby.Server.Implementations/Udp/UdpServer.cs @@ -79,7 +79,7 @@ namespace Emby.Server.Implementations.Udp /// Starts the specified port. /// </summary> /// <param name="port">The port.</param> - /// <param name="cancellationToken"></param> + /// <param name="cancellationToken">The cancellation token to cancel operation.</param> public void Start(int port, CancellationToken cancellationToken) { _endpoint = new IPEndPoint(IPAddress.Any, port); |
