mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Update Device.cs
This commit is contained in:
parent
0b21494999
commit
ad0e2e42e6
1 changed files with 2 additions and 1 deletions
|
@ -524,7 +524,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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue