mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[addon] updates premiumize moch
This commit is contained in:
@@ -23,7 +23,7 @@ function getRandomProxy() {
|
||||
}
|
||||
|
||||
function getProxyAgent(proxy) {
|
||||
return new HttpsProxyAgent(proxy);
|
||||
return proxy && new HttpsProxyAgent(proxy);
|
||||
}
|
||||
|
||||
function blacklistProxy(proxy) {
|
||||
|
||||
Reference in New Issue
Block a user