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

This commit is contained in:
ashley 2025-08-25 17:57:22 +02:00
parent e13e9ec7ce
commit b0b3f3212e

View File

@ -402,5 +402,6 @@ module.exports = function (app, config, renderTemplate) {
});
app.get("/music", async function (req, res) {
return res.json("o7")
});
};