mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-18 00:58:01 +00:00
try to fix head request
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user