mirror of
https://codeberg.org/ashley/poke
synced 2026-03-19 21:47:59 +00:00
yes
This commit is contained in:
@@ -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: ""
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user