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

This commit is contained in:
ashley 2025-08-25 17:58:25 +02:00
parent b0b3f3212e
commit 2f2f736f22

View File

@ -400,8 +400,5 @@ module.exports = function (app, config, renderTemplate) {
});
});
app.get("/music", async function (req, res) {
});
};