chore: last.fm -> apple music

This commit is contained in:
Cory Dransfeldt 2023-10-07 11:00:47 -07:00
parent fe4388d5fb
commit 80b2f7da77
6 changed files with 125 additions and 61 deletions

View file

@ -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')