mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
Update 'server.js'
This commit is contained in:
parent
6ada0bb34c
commit
b8ab8b47b2
@ -233,6 +233,7 @@ app.get("/music", async function (req, res) {
|
|||||||
// info
|
// info
|
||||||
const info = await musicInfo.searchSong({ title: json.Title, artist:json.Channel.Name.replace("- Topic", "")}, 1000)
|
const info = await musicInfo.searchSong({ title: json.Title, artist:json.Channel.Name.replace("- Topic", "")}, 1000)
|
||||||
|
|
||||||
|
|
||||||
renderTemplate(res, req, "poketube-music.ejs", {
|
renderTemplate(res, req, "poketube-music.ejs", {
|
||||||
url: url_e,
|
url: url_e,
|
||||||
info: info,
|
info: info,
|
||||||
|
Loading…
Reference in New Issue
Block a user