chore: drop duplicate response prop

This commit is contained in:
Cory Dransfeldt 2023-10-31 08:30:14 -07:00
commit 73017bec00
2 changed files with 5 additions and 9 deletions
src/assets/scripts

View file

@ -7,7 +7,7 @@
const populateNowPlaying = (data) => {
loading.style.display = 'none'
content.innerHTML = data.html
content.innerHTML = data.content
content.classList.remove('hidden')
}