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

This commit is contained in:
ashley 2025-08-28 22:51:40 +02:00
parent 4a98e9d31e
commit aef7f18b6f

View File

@ -387,7 +387,7 @@ app.get("/game-hub", function (req, res) {
res.redirect("/css/" + id);
} else if (id.endsWith(".js")) {
if (id.endsWith(".bundle.js")) {
const jsFiles = ["app.js", "custom-css.js", "emojis.js"];
const jsFiles = ["app.js", "custom-css.js", "emojis.js", "player-base-new.js"];
const combinedContent = jsFiles
.map((fileName) => {
const filePath = path.join(html_location, fileName);