From b8ab8b47b2693f6d7d5e5c1d3c9e0a11feb465db Mon Sep 17 00:00:00 2001 From: Ashley Date: Fri, 19 Aug 2022 09:21:44 +0200 Subject: [PATCH] Update 'server.js' --- server.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server.js b/server.js index ba975163..7fc1f1a2 100644 --- a/server.js +++ b/server.js @@ -233,6 +233,7 @@ app.get("/music", async function (req, res) { // info const info = await musicInfo.searchSong({ title: json.Title, artist:json.Channel.Name.replace("- Topic", "")}, 1000) + renderTemplate(res, req, "poketube-music.ejs", { url: url_e, info: info,