mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-27 01:31:22 +00:00
accept range none when transcoding
This commit is contained in:
parent
26536c22ad
commit
daa243e6f4
1 changed files with 2 additions and 0 deletions
|
|
@ -182,6 +182,8 @@ namespace MediaBrowser.Api.Playback.Progressive
|
|||
return ToStaticFileResult(outputPath, isHeadRequest);
|
||||
}
|
||||
|
||||
Response.AddHeader("Accept-Ranges", "none");
|
||||
|
||||
return GetStreamResult(state, isHeadRequest).Result;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue