chore: last.fm -> apple music
This commit is contained in:
parent
fe4388d5fb
commit
80b2f7da77
6 changed files with 125 additions and 61 deletions
|
@ -7,7 +7,6 @@
|
|||
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