fixup! fix(hls): add missing scheme to m3u8 list
All checks were successful
Invidious CI / build (push) Successful in 4m38s
All checks were successful
Invidious CI / build (push) Successful in 4m38s
This commit is contained in:
parent
4a8fffac26
commit
25c3153f4c
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ module Invidious::Routes::API::Manifest
|
||||||
end
|
end
|
||||||
|
|
||||||
if !proxy.empty?
|
if !proxy.empty?
|
||||||
"#{scheme}#{proxy}/videoplayback?#{raw_params}"
|
"#{proxy}/videoplayback?#{raw_params}"
|
||||||
else
|
else
|
||||||
"#{scheme}#{env.request.headers["Host"]}/videoplayback?#{raw_params}"
|
"#{scheme}#{env.request.headers["Host"]}/videoplayback?#{raw_params}"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue