mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:18:29 +01:00
Update 'server.js'
This commit is contained in:
parent
6ada0bb34c
commit
b8ab8b47b2
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue