chore: link now playing track
This commit is contained in:
parent
363c0b3daf
commit
b59cbed552
3 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
const populateNowPlaying = (data) => {
|
||||
loading.style.display = 'none'
|
||||
emoji.innerText = data.emoji
|
||||
content.href = data.url
|
||||
content.innerText = `${data.title} by ${data.artist}`
|
||||
emoji.classList.remove('hidden')
|
||||
content.classList.remove('hidden')
|
||||
|
|
Reference in a new issue