diff --git a/src/now-playing.js b/src/now-playing.js index 350aeac..9128f2c 100644 --- a/src/now-playing.js +++ b/src/now-playing.js @@ -73,8 +73,7 @@ async function buildPayload(entries) { { name: "Player", value: e.playerName, inline: true }, { name: "Duration", value: `${Math.floor(e.duration / 60)}:${String(e.duration % 60).padStart(2, "0")}`, inline: false }, ], - footer: { text: "Navidrome Now Playing" }, - timestamp: new Date(e.played).toISOString(), + footer: { text: "now playing!" }, }); }