mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-07-21 10:28:23 +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"))
|
c.Set("Content-Length", res.Header.Get("Content-Length"))
|
||||||
if res.Header.Get("Content-Range") != "" {
|
if res.Header.Get("Content-Range") != "" {
|
||||||
c.Set("Content-Range", res.Header.Get("Content-Range"))
|
c.Set("Content-Range", res.Header.Get("Content-Range"))
|
||||||
|
return c.SendStream(res.Body)
|
||||||
}
|
}
|
||||||
|
|
||||||
return c.SendStream(res.Bod
|
|
Loading…
Reference in New Issue
Block a user