fixed segments_stream redirection
This commit is contained in:
parent
20b0e41aaa
commit
5065d4ee62
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ async def segments_stream(request: Request, config: Config, app: web.Application
|
|||
status=status,
|
||||
headers={
|
||||
"Location": str(
|
||||
app.router["segments"].url_for(
|
||||
app.router["segments_stream"].url_for(
|
||||
segment=segment,
|
||||
file=str(realFile).replace(config.download_path, "").strip("/"),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue