浏览代码

Update Device.cs

Bond-009 5 年之前
父节点
当前提交
f6c9a44703
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Emby.Dlna/PlayTo/Device.cs

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

@@ -573,7 +573,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)
                 return;