tvillarete / ipod-classic-js

An iPod Classic emulator that connects to Apple Music and Spotify. Built with React & Styled Components
http://tannerv.com/ipod
MIT License
1.44k stars 102 forks source link

when i open the website, nothing pops up #137

Closed pancakeeaterfr closed 1 year ago

pancakeeaterfr commented 1 year ago

basically the title. when i go onto the website, its all just a blank screen. i tried adding it to home screen, but, it was still blank. even tried going on other devices, still blank. ty:)

tvillarete commented 1 year ago

Hey @pancakeeaterfr, thanks for the heads up! Looks like Apple changed their API which broke my code since it always references the latest version. A single ? (or lack thereof) caused my entire app to crash 😅

Link to relevant code

Should be all fixed now 👍