comment alr param for testing
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 50s

This commit is contained in:
Fijxu 2024-12-24 15:57:35 -03:00
parent 72f3df37e6
commit c50363cd3a
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -53,9 +53,9 @@ videoPlaybackProxy.get("/", async (c) => {
let queryParams = new URLSearchParams(urlReq.search);
queryParams.delete("host");
// alr parameter is only for WEB/HTML5 clients
if (client.includes("WEB")) {
queryParams.append("alr", "yes");
}
// if (client.includes("WEB")) {
// queryParams.append("alr", "yes");
// }
if (rangeHeader) {
queryParams.append(
"range",