try to fix head request
This commit is contained in:
parent
be1ce0f802
commit
44b2ef2f47
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user