소스 검색

Update Device.cs

Bond-009 5 년 전
부모
커밋
91b17e7289
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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)
             {