mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-06-28 18:08:24 +00:00
Revert "fix(player.js): set client side XHR timeout"
This reverts commit aff5fbb1aa
.
This commit is contained in:
parent
99224b9f60
commit
7fcee35cb1
@ -47,8 +47,6 @@ videojs.Vhs.xhr.beforeRequest = function(options) {
|
|||||||
if (!options.uri.includes('local=true'))
|
if (!options.uri.includes('local=true'))
|
||||||
options.uri += '?local=true';
|
options.uri += '?local=true';
|
||||||
}
|
}
|
||||||
// Set XHR timeout because the default is 0
|
|
||||||
options.timeout = 30000;
|
|
||||||
return options;
|
return options;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user