aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-04-03 23:13:45 +0200
committerGitHub <noreply@github.com>2020-04-03 23:13:45 +0200
commitad0e2e42e62e4fc5cc79bb5f53253b01b7c8b15a (patch)
tree291b1258694f5f47bc8bed0acae921503c1d8b30
parent0b21494999f8a7e70cc137152e94c40a9b1c666b (diff)
Update Device.cs
-rw-r--r--Emby.Dlna/PlayTo/Device.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Emby.Dlna/PlayTo/Device.cs b/Emby.Dlna/PlayTo/Device.cs
index a06c863fd..b269869da 100644
--- a/Emby.Dlna/PlayTo/Device.cs
+++ b/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)
{