mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
cr fix
This commit is contained in:
parent
bacd459682
commit
554b412b24
1 changed files with 1 additions and 1 deletions
|
@ -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 = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue