diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-04-03 16:46:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-03 16:46:14 +0200 |
| commit | f6c9a44703cfee7c99b333db8c06160c50c67754 (patch) | |
| tree | e0ee94df90b8373af8c837e6de1b1792c2b212c5 | |
| parent | 231c1e519fa7a1b4071a1742ff413a84ba025137 (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 161138066..5ccf88be2 100644 --- a/Emby.Dlna/PlayTo/Device.cs +++ b/Emby.Dlna/PlayTo/Device.cs @@ -573,7 +573,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) return; |
