Small fix and test
This commit is contained in:
parent
3089bc3a5e
commit
545194660a
4
main.js
4
main.js
|
@ -62,8 +62,8 @@ async function updateStatus() {
|
|||
state: `${data.artist} - ${data.album}`,
|
||||
buttons: [
|
||||
{
|
||||
label: `${formatNumber(data.scrobbles)} ${config.label}`,
|
||||
url: JSON.parse(config.clickable) ? `https://www.last.fm/user/${config.username}/` : "javascript:void(0);"
|
||||
label: `${formatNumber(data.scrobbles)} ${config.label}`,
|
||||
url: JSON.parse(config.clickable) ? `https://www.last.fm/user/${config.username}/` : "javascript:void(0);"
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue