aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-04-04 00:21:26 +0200
committerGitHub <noreply@github.com>2020-04-04 00:21:26 +0200
commit91b17e72894c2b078d13c88a6a73ba7935d38c06 (patch)
tree95938d41bcc4099081f980dba79caf496701358a
parent4cacfd5997c31c151bfa40edf8defb0a0ec60e61 (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 b269869da..d940856ae 100644
--- a/Emby.Dlna/PlayTo/Device.cs
+++ b/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)
{