poketube.ejs ---> watch.ejs,

This commit is contained in:
ashley 2024-12-18 21:15:28 +00:00
parent de0afd6266
commit 5104cbc3c7

View file

@ -319,7 +319,7 @@ module.exports = function (app, config, renderTemplate) {
if (req.query.from === "short") var shortsui = true; if (req.query.from === "short") var shortsui = true;
try { try {
renderTemplate(res, req, "poketube.ejs", { renderTemplate(res, req, "watch.ejs", {
color: data.color, color: data.color,
color2: data.color2, color2: data.color2,
linkify, linkify,