Bond-009 пре 5 година
родитељ
комит
ad0e2e42e6
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      Emby.Dlna/PlayTo/Device.cs

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

@@ -524,7 +524,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)
             {