Browse Source

try to fix head request

Luke Pulverenti 11 years ago
parent
commit
44b2ef2f47

+ 1 - 1
MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs

@@ -244,7 +244,7 @@ namespace MediaBrowser.Api.Playback.Progressive
             {
                 using (response.Content)
                 {
-                    return ResultFactory.GetResult(null, response.ContentType, responseHeaders);
+                    return ResultFactory.GetResult(new MemoryStream(), response.ContentType, responseHeaders);
                 }
             }