mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
yes
This commit is contained in:
parent
c12ab5f71b
commit
88c8706c97
@ -180,7 +180,7 @@ app.get("/watch", async function (req, res) {
|
|||||||
f: f,
|
f: f,
|
||||||
t: config.t_url,
|
t: config.t_url,
|
||||||
optout: t,
|
optout: t,
|
||||||
lyrics: lyrics.replace(/\n/g, " <br> "),
|
lyrics: ""
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -251,7 +251,7 @@ app.get("/music", async function (req, res) {
|
|||||||
f: f,
|
f: f,
|
||||||
t: config.t_url,
|
t: config.t_url,
|
||||||
optout: t,
|
optout: t,
|
||||||
lyrics: lyrics.replace(/\n/g, " <br> "),
|
lyrics: ""
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user