mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-07-17 16:48:24 +00:00
Rebase
This commit is contained in:
parent
eba4f1e583
commit
01e17e0374
@ -75,6 +75,5 @@ func handleMedia(c *fiber.Ctx, url string) error {
|
||||
c.Set("Content-Length", res.Header.Get("Content-Length"))
|
||||
if res.Header.Get("Content-Range") != "" {
|
||||
c.Set("Content-Range", res.Header.Get("Content-Range"))
|
||||
}
|
||||
|
||||
return c.SendStream(res.Bod
|
||||
return c.SendStream(res.Body)
|
||||
}
|
Loading…
Reference in New Issue
Block a user