This commit is contained in:
Andrea Spacca 2021-11-18 19:31:36 +01:00
parent bacd459682
commit 554b412b24

View file

@ -236,7 +236,7 @@ export default {
url.pathname = proxyPath + url.pathname;
request.uris[0] = url.toString();
}
if (url.pathname === proxyURL.pathname + "/videoplayback") {
if (url.pathname === proxyPath + "/videoplayback") {
if (headers.Range) {
url.searchParams.set("range", headers.Range.split("=")[1]);
request.headers = {};