Update Device.cs

This commit is contained in:
Bond-009
2020-04-04 00:24:36 +02:00
committed by GitHub
parent 0951dc632b
commit 64692af1a2

View File

@@ -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)