fix call params

This commit is contained in:
Cory Dransfeldt 2023-03-14 20:21:50 -07:00
parent c08c8591ec
commit e7421c5803
No known key found for this signature in database

View file

@ -55,7 +55,7 @@
nowPlayingWrapper.insertAdjacentHTML("beforeEnd", cachedTemplate);
}
fetch("https://utils.coryd.dev/api/music?limit=1&period=7day")
fetch("https://utils.coryd.dev/api/music?limit=1")
.then((response) => response.json())
.then((data) => {
const track = data.recenttracks.track[0];