Explorar o código

Update Device.cs

Bond-009 %!s(int64=5) %!d(string=hai) anos
pai
achega
91b17e7289
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Emby.Dlna/PlayTo/Device.cs

+ 2 - 1
Emby.Dlna/PlayTo/Device.cs

@@ -714,7 +714,8 @@ namespace Emby.Dlna.PlayTo
                 Properties.BaseUrl,
                 service,
                 command.Name,
-                rendererCommands.BuildPost(command, service.ServiceType)).ConfigureAwait(false);
+                rendererCommands.BuildPost(command, service.ServiceType)
+                cancellationToken: cancellationToken).ConfigureAwait(false);
 
             if (result == null || result.Document == null)
             {