mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:48:35 +01:00
fix lyrics issue
This commit is contained in:
parent
1e1b9fd628
commit
63e6189a88
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ app.get("/watch", async function (req, res) {
|
|||
const tj = JSON.parse(toJson(c));
|
||||
|
||||
// lyrics
|
||||
const lyrics = await lyricsFinder(json.Title);
|
||||
// const lyrics = await lyricsFinder(json.Title);
|
||||
|
||||
const summary = await wiki.summary(k.Video.Channel.Name);
|
||||
|
||||
|
|
Loading…
Reference in a new issue