more now playing fixes

This commit is contained in:
Soph :3 2025-12-20 12:07:40 +02:00
parent 29d4cdc579
commit 35726ad44a

View file

@ -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!" },
});
}