mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update Device.cs
This commit is contained in:
parent
231c1e519f
commit
f6c9a44703
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user