Ver código fonte

Update Device.cs

Bond-009 5 anos atrás
pai
commit
64692af1a2
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Emby.Dlna/PlayTo/Device.cs

+ 1 - 1
Emby.Dlna/PlayTo/Device.cs

@@ -714,7 +714,7 @@ namespace Emby.Dlna.PlayTo
                 Properties.BaseUrl,
                 Properties.BaseUrl,
                 service,
                 service,
                 command.Name,
                 command.Name,
-                rendererCommands.BuildPost(command, service.ServiceType)
+                rendererCommands.BuildPost(command, service.ServiceType),
                 cancellationToken: cancellationToken).ConfigureAwait(false);
                 cancellationToken: cancellationToken).ConfigureAwait(false);
 
 
             if (result == null || result.Document == null)
             if (result == null || result.Document == null)