1
Fork 0
This commit is contained in:
Ashley 2022-08-19 00:17:03 +02:00
parent e6c7570d9e
commit 76b2b830bd

View file

@ -180,7 +180,7 @@ app.get("/watch", async function (req, res) {
f: f,
t: config.t_url,
optout: t,
lyrics: lyrics.replace(/\n/g, " <br> "),
lyrics: ""
});
});
@ -251,7 +251,7 @@ app.get("/music", async function (req, res) {
f: f,
t: config.t_url,
optout: t,
lyrics: lyrics.replace(/\n/g, " <br> "),
lyrics: ""
});
});