mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-23 09:48:06 +01:00
yes
This commit is contained in:
parent
e6c7570d9e
commit
76b2b830bd
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue