Customiziation options and pathing fixes

This commit is contained in:
Wizzard
2023-07-13 13:40:01 -04:00
parent 370646b5fe
commit 3089bc3a5e
4 changed files with 5 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ async function updateStatus() {
state: `${data.artist} - ${data.album}`,
buttons: [
{
label: `${formatNumber(data.scrobbles)} total shits.`,
label: `${formatNumber(data.scrobbles)} ${config.label}`,
url: JSON.parse(config.clickable) ? `https://www.last.fm/user/${config.username}/` : "javascript:void(0);"
},
],