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}`,
|
state: `${data.artist} - ${data.album}`,
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
label: `${formatNumber(data.scrobbles)} ${config.label}`,
|
label: `${formatNumber(data.scrobbles)} ${config.label}`,
|
||||||
url: JSON.parse(config.clickable) ? `https://www.last.fm/user/${config.username}/` : "javascript:void(0);"
|
url: JSON.parse(config.clickable) ? `https://www.last.fm/user/${config.username}/` : "javascript:void(0);"
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue