1
Fork 0

Update src/libpoketube/init/pages-video.js

This commit is contained in:
ashley 2024-07-03 10:30:50 +00:00
parent 61db054304
commit 8071330fc6

View file

@ -265,7 +265,7 @@ module.exports = function (app, config, renderTemplate) {
return null;
}
}
const itag_hd = await findItag(videoObject);
const itag_hd = findItag(videoObject);
var proxyurl = config.p_url;
var vidurl = u.url;
var isvidious = u.isInvidiousURL;