fix encryption owo

This commit is contained in:
Ashley 2022-12-20 11:01:50 +00:00
parent c133288d37
commit d302e4291d

View file

@ -119,6 +119,10 @@ module.exports = function (app, config, renderTemplate) {
let url; let url;
if (j_.URL != undefined) url = j_.URL; if (j_.URL != undefined) url = j_.URL;
if (json) {
if (json.Title) {
if (json.Channel.Name) {
if (json.Description) {
// json response // json response
const re = { const re = {
main: { main: {
@ -137,6 +141,10 @@ module.exports = function (app, config, renderTemplate) {
}; };
res.json(re); res.json(re);
}
}
}
}
}); });
app.get("/watch", async function (req, res) { app.get("/watch", async function (req, res) {
@ -333,7 +341,6 @@ module.exports = function (app, config, renderTemplate) {
} }
}); });
app.get("/music", async function (req, res) { app.get("/music", async function (req, res) {
/* /*
* QUERYS * QUERYS