2
0
Эх сурвалжийг харах

Merge pull request #10022 from cvium/fix_dlna_sendrequest

Bond-009 1 жил өмнө
parent
commit
bdaf0b4afe

+ 1 - 0
Emby.Dlna/PlayTo/DlnaHttpClient.cs

@@ -57,6 +57,7 @@ namespace Emby.Dlna.PlayTo
             response.EnsureSuccessStatusCode();
             await using MemoryStream ms = new MemoryStream();
             await response.Content.CopyToAsync(ms, cancellationToken).ConfigureAwait(false);
+            ms.Position = 0;
             try
             {
                 return await XDocument.LoadAsync(