Bond-009 пре 5 година
родитељ
комит
64692af1a2
1 измењених фајлова са 1 додато и 1 уклоњено
  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,
                 service,
                 command.Name,
-                rendererCommands.BuildPost(command, service.ServiceType)
+                rendererCommands.BuildPost(command, service.ServiceType),
                 cancellationToken: cancellationToken).ConfigureAwait(false);
 
             if (result == null || result.Document == null)