mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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)
|
using (response.Content)
|
||||||
{
|
{
|
||||||
return ResultFactory.GetResult(null, response.ContentType, responseHeaders);
|
return ResultFactory.GetResult(new MemoryStream(), response.ContentType, responseHeaders);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user