From ad0e2e42e62e4fc5cc79bb5f53253b01b7c8b15a Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Fri, 3 Apr 2020 23:13:45 +0200 Subject: [PATCH] Update Device.cs --- Emby.Dlna/PlayTo/Device.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Emby.Dlna/PlayTo/Device.cs b/Emby.Dlna/PlayTo/Device.cs index a06c863fd0..b269869da4 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) {