Update Device.cs
This commit is contained in:
parent
4cacfd5997
commit
91b17e7289
|
@ -714,7 +714,8 @@ namespace Emby.Dlna.PlayTo
|
||||||
Properties.BaseUrl,
|
Properties.BaseUrl,
|
||||||
service,
|
service,
|
||||||
command.Name,
|
command.Name,
|
||||||
rendererCommands.BuildPost(command, service.ServiceType)).ConfigureAwait(false);
|
rendererCommands.BuildPost(command, service.ServiceType)
|
||||||
|
cancellationToken: cancellationToken).ConfigureAwait(false);
|
||||||
|
|
||||||
if (result == null || result.Document == null)
|
if (result == null || result.Document == null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user