1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-01-19 12:43:30 -05:00

fix lyrics issue

This commit is contained in:
Ashley 2022-09-18 18:58:22 +02:00
parent d65d90d432
commit 7360610439

View file

@ -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);