remove j :3

This commit is contained in:
ashley 2024-07-15 17:50:51 +00:00
parent 4b76c5187b
commit d449d412f1

View file

@ -284,13 +284,12 @@ module.exports = function (app, config, renderTemplate) {
stream, stream,
c, c,
cinv, cinv,
boutJson,
}, },
timestamp: Date.now(), timestamp: Date.now(),
}; };
if (cache[ID] && Date.now() - cache[ID].timestamp < 3600000) { if (cache[ID] && Date.now() - cache[ID].timestamp < 3600000) {
var { tj, shorts, stream, c, boutJson } = cache[ID].result; var { tj, shorts, stream, c } = cache[ID].result;
} }
//TOBEREMOVED //TOBEREMOVED
@ -322,7 +321,6 @@ module.exports = function (app, config, renderTemplate) {
tab, tab,
shorts, shorts,
firstVideo:ChannelFirstVideoObject, firstVideo:ChannelFirstVideoObject,
j: boutJson,
sort: sort_by, sort: sort_by,
stream, stream,
tj, tj,