diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-04-03 23:13:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-03 23:13:45 +0200 |
| commit | ad0e2e42e62e4fc5cc79bb5f53253b01b7c8b15a (patch) | |
| tree | 291b1258694f5f47bc8bed0acae921503c1d8b30 | |
| parent | 0b21494999f8a7e70cc137152e94c40a9b1c666b (diff) | |
Update Device.cs
| -rw-r--r-- | Emby.Dlna/PlayTo/Device.cs | 3 |
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) { |
