diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-04-04 00:24:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-04 00:24:36 +0200 |
| commit | 64692af1a23dafba2e67620478ffeae078244070 (patch) | |
| tree | 486eebd5041a8a1b1b2daa0f153c269d8386af5f | |
| parent | 0951dc632bf033ddd07462e0c6958e84e6d24627 (diff) | |
Update Device.cs
| -rw-r--r-- | Emby.Dlna/PlayTo/Device.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/PlayTo/Device.cs b/Emby.Dlna/PlayTo/Device.cs index d940856ae..6abc3a82c 100644 --- a/Emby.Dlna/PlayTo/Device.cs +++ b/Emby.Dlna/PlayTo/Device.cs @@ -714,7 +714,7 @@ namespace Emby.Dlna.PlayTo Properties.BaseUrl, service, command.Name, - rendererCommands.BuildPost(command, service.ServiceType) + rendererCommands.BuildPost(command, service.ServiceType), cancellationToken: cancellationToken).ConfigureAwait(false); if (result == null || result.Document == null) |
